-
Design suggestion for Messaging using MQ (1 messages)
- Posted by: meena s
- Posted on: June 17 2009 10:48 EDT
Hi, We have a requirement wherein we have some operations which needs synchronous messaging and few which needs asynchronous. Also the asynchronous opertaions needs transaction support. we understand that Stateful EJB supports synchronous messaging & MDB supports asynchronous . Could you suggest which EJB or other J2EE component is good as part of J2EE design practise. Expecting an early responseThreaded Messages (1)
- Re: Design suggestion for Messaging using MQ by NA NA on June 18 2009 07:49 EDT
-
Re: Design suggestion for Messaging using MQ[ Go to top ]
- Posted by: NA NA
- Posted on: June 18 2009 07:49 EDT
- in response to meena s
Hi,
MDB is the best option for the Messaging related operation.
We have a requirement wherein we have some operations which needs synchronous messaging and few which needs asynchronous. Also the asynchronous opertaions needs transaction support.
we understand that Stateful EJB supports synchronous messaging & MDB supports asynchronous .
Could you suggest which EJB or other J2EE component is good as part of J2EE design practise.
Expecting an early response