I am trying to override the 开发者_StackOverflow中文版annotations on an MDB (deployed on Jboss) using the file ejb3-interceptors-aop.xml
I\'m using a MessageDriven Bean in two different applications, and I\'d like th开发者_如何学编程em to be separate instances using separate Queues.
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 am trying to deploy an ear that contains an EJB jar.The jar only contains one MDB class: package my.package;
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
I think I am not getting something right with JMS and JTA. I am running in a Java EE container with all CMTs. Here is what I am doing:
I have an MDB that listens on a queue. Whenever it recieves a message, it will forward execution to a stateless session bean which has a lot of logic, updates etc. Here is the flow of logic/call chain
I need some clarity on the right approach of implementing JMS in our system. Currently we have two JBoss servers in load-balanced for end user transaction purpose, we are extending the notification f
case 1: I\'m having war in one jboss server and ejb jar开发者_如何转开发 in another jboss server.
For durability to make sense, should the app server in which an MDB is deployed to be separated from the JMS Provider (server), so tha开发者_开发百科t if the app server shuts down and is restarted lat