Apache ActiveMQ is an open source (Apache 2.0 licensed) message broker which fully implements the Java Message Service 1.1 (JMS).
I have an ActiveMQ v5.7.0 broker, running in Karaf v2.3.3, that I want to enable for remote connections. I've set …
activemq apache-karaf blueprint-osgiAnyone can give the detailed steps on how to enable JMX (can be access remotely) on a newly installed 5.5.0 version?
activemq jmxHow to do unit testing with JMS ? Is it some de-facto for this ? I googled something - Unit testing for …
unit-testing mocking jms activemq jmstemplateWe're trying to set a delay on some JMS messages, so that a message will only be added to the …
java spring jms activemq spring-jmsI was browsing for an open source messaging software and after some good bit of research I came across these …
jms activemq middleware hornetq qpidConfiguration: Redhat 5.3, Sun Java 1.6.31, ActiveMQ 5.4.2 I'm getting an exception every time I stop activemq ($> service activemq stop) ACTIVEMQ_HOME: /…
activemq jmxI read documentation about prefetch buffer.As per my understanding If I assign Prefetch value =1 to consumer A. Activemq push 1 …
jms activemq