About 9,850,000 results
Open links in new tab
  1. Migrating to Spring Boot 3 with ActiveMQ Classic

    Dec 2, 2022 · I am trying to migrate to Spring Boot 3 with the new namespace jakarta instead of javax, but the ActiveMQ Classic client has not been updated and was deprecated. Is there a way to …

  2. 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 …

  3. Connecting to ActiveMQ Classic using SSL with self-signed certs

    Mar 30, 2023 · Learn how to connect to ActiveMQ Classic using SSL with self-signed certificates for secure messaging.

  4. 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.

  5. activemq classic - Unable to start Active MQ on Linux - Stack Overflow

    Aug 24, 2014 · To start ActiveMQ go to the installation bin directory and run the ./activemq start command. If you want to see it live in a window use the ./activemq console command and to stop it …

  6. How to check if ActiveMQ is working properly? - Stack Overflow

    Sep 25, 2018 · What would be the simplest way to test if ActiveMQ is functioning properly? Would it be by putting a message in a queue and remove from the queue? Say with a programming language …

  7. 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 …

  8. ActiveMQ Transport Protocol: amqps vs ampq+ssl - Stack Overflow

    Apr 28, 2023 · The org.apache.activemq:activemq-amqp dependency provides a server-side implementation of AMQP used by ActiveMQ "Classic" (i.e. the broker). You'd configure amqp+ssl for …

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

    Yes, I have checked and there is no such port (Had used resmon as well to monitor on the ports before). I guess my question is more like, how to I get Spring boot to configure the broker so that it listens to …

  10. Spring Boot Embedded ActiveMQ Artemis broker connection

    Jan 16, 2024 · I have a very simple Spring Boot 2.7.6 ActiveMQ Artemis app which listens for messages. package hello; import org.springframework.boot.SpringApplication; import …