Questions tagged [jms2]

Version 2 of the Java Messaging Service and component of JAVA EE 7. The biggest new feature of JMS 2.0 is a new API that makes JMS much easier to use, especially in a Java EE application.

enter link description here

JMS is the Java standard for accessing enterprise messaging systems. This session introduces JMS 2.0 (JSR 343), the first update in more than a decade and easily the longest-awaited component of the forthcoming Java EE 7 standard. The biggest new feature of JMS 2.0 is a new API that makes JMS much easier to use, especially in a Java EE application. JMS 2.0 also provides API features to support greater scalability as well as additional messaging features and a long list of minor enhancements and clarifications. With JMS 2.0 final with Java EE 7, now is an ideal time to find out more about it.

18 questions
0
votes
1 answer

ActiveMQ 5.15 with JMS 2.0

Can ActiveMQ 5.15 work with JMS 2.0, per official documentation it uses JMS 1.1. What are the implications of using ActiveMQ 5.15 with JMS 2.0. If ActiveMQ 5.15 + JMS 2.0 is not a way to go then is Artemis a good alternative and is Artemis stable…
0
votes
1 answer

JMS processing same message in onMessage()

I have a JMS 2.0 MessageListener which seems to be sporadically reprocessing messages even when they have been successfully processed (confirmed via a log). I am suspecting that a session.commit() needs to be done but I am unsure because in a vast…
user1554876
  • 192
  • 3
  • 19
0
votes
1 answer

How to validate IBM MQ connection for Pool

I am developing IBM MQ Connection pool using Apache commons pool (2.4.2 ). IBM MQ JAR version 8. As part of Pool concept , I need to validate the connection before return to program. Help me on how to validate IBM MQ connection ? Java 8 IBM MQ…
Gnana
  • 2,130
  • 5
  • 26
  • 57
1
2