This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes MDB question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "MDB question" Watch "MDB question" New topic
Author

MDB question

Jane Somerfield
Ranch Hand

Joined: Jul 20, 2002
Posts: 192
Can MDB send message to JMS, just like other
JMS client?
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
Sure... there is nothing stopping an MDB from sending JMS Messages.
Naidu Jitta
Greenhorn

Joined: May 12, 2003
Posts: 14
hello Jane,
Actaully MDB is a listner, so u can send a message when ever u recieve a message. Until and unless u won't recieve any messages it si not possible to do the same
J. P. Naidu
John King
Ranch Hand

Joined: Aug 27, 2002
Posts: 165
The purpose of MDB is to consume message.
But like any other typies of EJBs, it can
send message to JMS server too.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MDB question
 
Similar Threads
Message Driven Bean and JMS
[MDB] K&B, What technique is better ?
JMS and MDB
What is the relationship between JMS and MDB?
Asynchronous Messaging Solution other than MDB