About 2,160,000 results
Open links in new tab
  1. jms - ActiveMQ or RabbitMQ or ZeroMQ or - Stack Overflow

    We'd be interested to hear any experiences with the pros and cons of ActiveMQ vs RabbitMQ vs ZeroMQ. Information about any other interesting message queues is also welcome.

  2. ActiveMQ - Failed to load: class path resource [activemq.xml]

    2015-12-15 17:34:31,411 | INFO | Refreshing org.apache.activemq.xbean.XBeanBrokerFactory$1@d799e8: startup date [Tue Dec 15 17:34:31 …

  3. java - ActiveMQ connection refused - Stack Overflow

    lol thanks. thats made a slight difference. it suggests its running now but i still get the same exception (null):macosx rickilambert$ ./activemq start Starting ActiveMQ Broker...

  4. How to configure embedded ActiveMQ Broker URL with Spring Boot

    Would really appreciate some insight, or material that can help. My initial thought was that Spring Boot will read these values and use them to configure ActiveMQ broker, but instead looks like it uses …

  5. Create an ActiveMQ Artemis server and send a message on queue …

    Feb 10, 2023 · I have a Spring Boot application that receives messages on an ActiveMQ Artemis queue and I am trying to write some junit tests to verify that my consumers correctly receive messages. I …

  6. Apache ActiveMQ Classic support life cycle - Stack Overflow

    May 15, 2023 · 1 I'm looking for a help with identifying an official support life cycle for Apache ActiveMQ Classic. The ActiveMQ web site states: Once Artemis reaches a sufficient level of feature parity with …

  7. Migrating to Spring Boot 3 with ActiveMQ Classic

    Dec 2, 2022 · To continue to use ActiveMQ 5.x with Spring 3 and Jakarta EE 9, two updates are needed on the ActiveMQ 5.x side-- JMS 2.0 support, and then support for javax.jms -> jakarta.jms …

  8. How to set specific jdk version for active mq 5.12 - Stack Overflow

    Note from the activemq script System variables for this script, like ACTIVEMQ_OPTS and ACTIVEMQ_OPTS_MEMORY, can be configured in 'env' script located in this directory. "this …

  9. What is an MQ and why do I want to use it? - Stack Overflow

    Mar 28, 2015 · All the explanations so far are accurate and to the point - but might be missing something: one of the main benefits of message queueing: resilience. Imagine this: you need to …

  10. What to do about [activemq] and [activemq-artemis]

    Oct 12, 2023 · 9 activemq: Apache ActiveMQ "Classic" is an open source (Apache 2.0 licensed) message broker which fully implements the Java Message Service 1.1 (JMS). It provides "Enterprise …