how does ActiveMQ know that messages are not successfully listed, and what about messages that are not successfully listed?
how does ActiveMQ know that messages are not successfully listed, and what about messages that are not successfully listed?
question
seniors, rookies have been watching ActiveMQ recently. I would like to ask if the queue of ActiveMQ requires client confirmation mode, if message 1 is obtained by consumer A but is not confirmed, will ActiveMQ send message 1 to consumer B after a period ...
public class MQServer { public static void main(String[] args) throws Exception { BrokerService broker = new BrokerService(); broker.setBrokerName("MQServerDemo"); broker.setPersistent(false); broker.s...
the reply mode of producer and consumer I set is that CLIENT_ACKNOWLEDGE, also sets persistent message and persistent topic,. If the consumer side does not consume the message, the consumer side will not call the acknowledge () method. After testing, it...
using stomp.py to send messages to activemq is not displayed in the background -sharp queue def send_to_queue(msg): conn = stomp.Connection10([( 192.168.0.143 , 61613)]) conn.start() conn.connect( admin , admin ) conn.send(queue_...
Hello, prawns! activemqactivemq.xmlzk: <persistenceAdapter> <replicatedLevelDB directory="${activemq.data} leveldb" replicas="1" bind="tcp: 0.0.0.0:0" zkAddress="172.1.1.24:21...
problem description A springboot project in idea that automatically injects JmsMessagingTemplate errors although the project runs normally: springbootspring.factoriesJmsMessagingTemplate: JmsAutoConfiguration: the environmental background of th...