activemq
JmsTemplate does not close connections even with PooledConnectionFactory
We use AMQ broker 5.5 and Spring 3.0 for configuring connection factory and other stuffs. The connection factory we are using is PooledConnectionFactory and a part of my config looks like this:[详细]
2023-04-13 09:52 分类:问答Difference between Pending Messages and Enqueue Counter in Active MQ?
In the Active MQ Admin console of what is the difference between \"Number Of PendingMessages\" and \"Messages Enqueued\"?When a Message is placed on to the queue, shou开发者_如何学编程ld both these va[详细]
2023-04-13 04:07 分类:问答How to build ActiveMQ-CPP Stomp only client
Is it possible to build an ActiveMQ-CPP Client to support only STOMP Protocol? Regular native library with dependencies is too big for my embedded device 开发者_如何学运维and I want to build a client[详细]
2023-04-12 17:41 分类:问答Embed ActiveMQ into JBoss 7
We used to use ActiveMQ 5.5 as an embedded service in JBoss 5 (via ActiveMQ Resource Adapter), so that the JMS broker has been always running on the localhost on the the same JVM as the client applica[详细]
2023-04-12 10:35 分类:问答Installing ActiveMQ using Cygwin
I have downloaded ActiveMQ 5.5.0 and followed the instructionson this pagehttp://acti开发者_Python百科vemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ to install ActiveMQ. I use Cy[详细]
2023-04-12 09:34 分类:问答how can the MessageListenerContainer listen the message asynchronously?
Is there any long-lasting TCP connecton开发者_Python百科 be set up? Any TCP port be open for this to work?From the spring docs[详细]
2023-04-12 07:42 分类:问答Network of Brokers - ActiveMQ - Any other alternatives?
We are setting up a pool/Network of ActiveMQ brokers. The issue we are having is that every broker instance should know who else is on the networ开发者_JS百科k. i.e we need to update the configuration[详细]
2023-04-12 05:03 分类:问答Can I embed the Active into My Tomcat?
i need to Integrate tomcat with active MQ for Messaging servicecan i embed the activeMQ in tomcat with out no separate installation of active mq on separat开发者_如何学Ce system?Yes you can take a lo[详细]
2023-04-11 03:33 分类:问答ActiveMQ destinationPolicy and systemUsage Configuration
Looking for some help around systemUsage and destinationPolicy configuration as I\'m having some difficulty fully understanding the relationship between systemUsage, destinationPolicy, and flow contro[详细]
2023-04-11 03:03 分类:问答Maximum number of JMS Queues
We have an application that has 1) a custom server (conventional ServerSocket) that responds to 2) Java SWING applications/applets running on client desktops.[详细]
2023-04-10 00:51 分类:问答