About 23,600,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, and …

  2. java - how to include javax.jms.* in eclipse? - Stack Overflow

    Learn how to include javax.jms.* in Eclipse and solve related issues discussed by the programming community on Stack Overflow.

  3. 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 implementation classes …

  4. What is the right Maven dependency for javax.jms.* classes?

    Find the correct Maven dependency for javax.jms.* classes and resolve compatibility issues with your project.

  5. 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 and Topic. …

  6. Java/Python communication via message broker - Stack Overflow

    What is a good solution for communication via message broker that supports both (C)Python and Java/JMS applications? My particular requirements are: open source solution Available on Linux …

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

  8. 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 ?

  9. JMS AUTO_ACKNOWLEDGE when is it acknowledged? - Stack Overflow

    I have tried to google this, but have not been successful. If I am using AUTO_ACKNOWLEDGE, and I have a consumer client written in Java, when is the message acknowledged? I am using a …

  10. jms - Setting ActiveMQ Artemis routing type, Spring Boot JmsListener …

    That works well, but the difference now is that I need the clients to be able to connect and specify the filter (selector) for the data they need, and only receive the new incoming messages. I'm not sure if …