activemq
JMS Topic vs Selector
JMS Topic and JMS Selector are quite different concept, yet they both can be used by a consumer to get only a subset of the messages.[详细]
2023-03-06 20:42 分类:问答How do I ensure a topic is removed from an ActiveMQ broker
开发者_StackOverflowI am having some trouble with an ActiveMQ broker not removing unused topics from it\'s memory.[详细]
2023-03-05 05:56 分类:问答Apache ActiveMQ: What is TCP Port 64119 Used For?
I am running Apache ActiveMQ 5.5 on CentOS 5.5. I have searched the ActiveMQ website, source code, configuration files, and I cannot fi开发者_开发技巧nd any reference to this port.Yet, when I start t[详细]
2023-03-03 19:54 分类:问答What is the best way to shutdown a durable consumer using JMS?
I have a durable consumer on a JMS topic. I set the client ID, I 开发者_StackOverflow社区can see that it\'s listed on the queue as a durable consumer.[详细]
2023-03-01 10:57 分类:问答ICollectionPtr COM
I have an issue that ive been batteling with for a day or so now and im wondering if anyone might be able to help:[详细]
2023-03-01 00:46 分类:问答ActiveMQ + Spring + DefaultMessageListenerContainer - Extremely poor performance
I have a DefaultMessageListenerContainer setup with the following configuration: threadServiceListenerContainer(org.springframework.jms.listener.DefaultMessageListenerContainer) {[详细]
2023-02-28 18:33 分类:问答ActiveMQ: Is MessageConsumer's selector process on the broker or client side?
Could someone please confirm if I\'m right or wrong on this. It seems to me that \"selector\" operation is done within MessageConsumer implementation.(i.e. ALL messages are still dispatched from Messa[详细]
2023-02-28 15:53 分类:问答ActiveMQ jndi.properties java.naming.referral
ActiveMQ\'s LDAPLoginModule doesn\'t like the LDAP searchResRef generated by my AD server when searching the root of the LDAP tree. It generates (a swallowed):[详细]
2023-02-27 11:23 分类:问答How to set up a dead letter queue for each durableTopic?
I have set up an application to listen to an ActiveMQ topic.Here\'s the way I have configured it: <jms:listener-container connection-factory=\"jmsFactory\"[详细]
2023-02-27 05:13 分类:问答activeMQ multiple consumer issue
We have two instances of activemq configured as a cluster and a cluster of four glassfish instances, that should be connected to ONE activemq at any given time. If activemq01 is unavailable, all four[详细]
2023-02-26 03:34 分类:问答