About 13,300,000 results
Open links in new tab
  1. What is Java Message Service (JMS) for? - Stack Overflow

    18 What ist Java Message Service (JMS) for JMS is a messaging standard that allows Java EE applications to create, send, receive, and consume messages in a loosely coupled, reliable, …

  2. java - Real world use of JMS/message queues? - Stack Overflow

    I was just reading abit about JMS and Apache ActiveMQ. And was wondering what real world use have people here used JMS or similar message queue technologies for ?

  3. java - Jms not working after update to spring boot 3 (and ...

    Jun 1, 2023 · After update from SpringBoot v.2.5.5 to v3.1.0 it was necessary to update also ConnectionFactory from javax.jms.ConnectionFactory to jakarta.jms.ConnectionFactory. I …

  4. java - How does JMS Receive work internally? - Stack Overflow

    Beneath JMS API is a JMS compliant messaging provider, for example WebSphere MQ provider. JMS supports transport of a payload over any messaging protocol to destinations viz. Queue …

  5. java - Mock or simulate Message Queue (JMS) - Stack Overflow

    JMS provider: A messaging system that implements the JMS specification. JMS clients: Java applications that send and receive messages. Messages: Objects that are used to …

  6. Which protocol does JMS use to send and receive messages?

    May 27, 2014 · The standard JMS API is merely a set of interfaces; JMS providers (such as WebSphere MQ) provide their own implementations for these interfaces. The only thing that …

  7. jms - Failed to connect to queue manager 'DevQueue01' with …

    Jun 3, 2019 · 0 org.springframework.jms.UncategorizedJmsException: Uncategorized exception occurred during JMS processing; nested exception is …

  8. How to use Java JMS with MQseries - Stack Overflow

    JMS is a specification and each implementation must comply with the API and the semantics, but is free to do whatever they want at a low level. It is always necessary to use the …

  9. jms - Spring Boot: Remove JmsHealthIndicator from …

    Jan 24, 2024 · As per spring documentation, this property should disable the Jms health check, refer Spring Auto Configured Indicators management.health.jms.enabled = false But the below …

  10. java - JMS and AMQP - RabbitMQ - Stack Overflow

    Mar 1, 2013 · JMS (Java Messaging Service) is a JCP standard defining a set of structured APIs to be implemented by a MOM. An example of MOM that implements (i.e. is compatible with) …