I\'m using a MessageDriven Bean in two different applications, and I\'d like th开发者_如何学编程em to be separate instances using separate Queues.
I am new to HornetQ and I am testing hornetQ Examples. I am getting Exception while running the example EmbeddedExample.java(resides in : hornetq-2.2.5.Final\\examples\\core\\embedded\\src\\org\\horne
I need to test a complete system that talks to the world entirely by JMS and JAX-WS. The flow, more or less, is this:
开发者_开发百科I\'m working on a JMS application. I\'m facing a scenario where I need to convert an XML in to javax.jms.Message object. Is there any way to do it?You can use createTextMessage on javax
I am working in a Web Application running in JBoss that utilizes Spring and whenever requests come into the application our web layer gets access to the Spring ApplicationContext via
I am running two grails web applications in single instance of tomcat 7, both trying to connect to websphere MQ publishing and receiving messages. First one that gets loaded works well but second one
I\'ve been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I.
I use JMS (Java Message Service API) in my java application to work with queues/topics residing on websphere MQ. I am looking for a tool/support pac which can show me all MQ Messages being called e.g.
I want to know more details about AsyncAppender lyk Can we control retries if attached appender is not working?
This is my first foray into using JMS.I have a successfully created/deployed a war file that contains a servlet that I can use to upload files.When a file is开发者_如何学运维 uploaded it sends a messa