jms
Creating multiple instances of one MessageDriven Bean
I\'m using a MessageDriven Bean in two different applications, and I\'d like th开发者_如何学编程em to be separate instances using separate Queues.[详细]
2023-04-01 08:11 分类:问答HornetQ 2.2.5 Embeded Example Exception
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[详细]
2023-04-01 06:18 分类:问答Tools for functional testing a Java EE application with message-driven beans and web services
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:[详细]
2023-04-01 01:59 分类:问答Convert String to javax.jms.Message
开发者_开发百科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[详细]
2023-04-01 01:18 分类:问答Recommended way to access Spring Context in a JMS Listener
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[详细]
2023-03-31 14:16 分类:问答Multiple web apps in tomcat connecting Websphere MQ
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[详细]
2023-03-31 14:03 分类:问答Signal a rollback from a JMS MessageListener
I\'ve been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I.[详细]
2023-03-30 23:23 分类:问答to view all websphere MQ messages in JMS call
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.[详细]
2023-03-29 09:03 分类:问答Use Asynchronous appender with JMS appender in log4j
I want to know more details about AsyncAppender lyk Can we control retries if attached appender is not working?[详细]
2023-03-29 01:29 分类:问答Exception Deploying EJB Jar to Glassfish
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[详细]
2023-03-28 18:53 分类:问答