activemq
How to find out the total number of connections to an Activemq broker?
I\'m using ActiveMQ 5.3.2. My app is a distributed system that creates lots of connections to the AMQ broker. Right now, my app occasionally runs into issues such as the producer stops producing messa[详细]
2023-03-30 16:28 分类:问答Upgrade from ActiveMQ 5.4.2 to ActiveMQ 5.5.0 with non-empty KahaDB
Good Day! We have problem with issue AMQ-2736(https://issues.apache.org/jira/browse/AMQ-2736) on remote sites and wants to upgrade to 5.5.0 version, wich resolved this problem.But network connection[详细]
2023-03-30 03:29 分类:问答Active MQ get count number of messages consumed/produced per second
Is there any way in activemq with which we can get count number of messages consumed/produced开发者_StackOverflow per second/minute at the broker end?[详细]
2023-03-29 12:55 分类:问答Jetty inside ActiveMQ: Web console URL
I have an ubuntu machine, on which a) a web application(Tomcat, on URL http://myapp.com ) and b) a message queue开发者_JAVA百科 broker (ActiveMQ)[详细]
2023-03-28 23:32 分类:问答Spring Integration JMS Outbound adapter transaction control
in order to reach high performance production of messages with jms with transactions enabled, one needs to control the amount of messages being sent on each transaction, the larger the number the high[详细]
2023-03-28 17:52 分类:问答JMS message size
I\'m currently working on bandwidth limiting feature (don\'t ask me why, its not my decision) for application which use JMS (Spring framework JMS and Active MQ namely) to sending messages with payload[详细]
2023-03-28 11:02 分类:问答javax.jms.InvalidDestinationException: Cannot use a Temporary destination from another Connection
I have a producer which connects to ActiveMQ broker to send me messages to the client. Since it expects some response from the client, it first creates a temp queue and associates it to the JMS repl[详细]
2023-03-28 01:54 分类:问答Switching from ActiveMQ to RabbitMQ
I\'m currently using ActiveMQ for my messaging needs; aside from a few db failures, it has worked well. However, I\'m at the very least considering trying out RabbitMQ. But before I do, I\'d like to u[详细]
2023-03-27 23:15 分类:问答Active MQ - Network of Brokers
I have configured network of brokers with the topology as below. Producer(P1) connected to Broker(B1) and Producer(P2) connected to Broker(B2)[详细]
2023-03-27 11:38 分类:问答Active MQ JMX SSL
I\'m trying to use SSL with the JMX connector that Active MQ creates, but with no success. I\'m able to get SSL working with the JVM platform JMX connector, but that requires storing keystore and trus[详细]
2023-03-27 09:58 分类:问答