File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes EJB and other Java EE Technologies and the fly likes is it possible to semd messages from MDB to MDB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "is it possible to semd messages from MDB to MDB" Watch "is it possible to semd messages from MDB to MDB" New topic
Author

is it possible to semd messages from MDB to MDB

Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
can we send a messages from MDB to MDB?
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8141
    
  52

Samanthi,

Did you read the JMS related tutorials, i pointed you to in your other posts?

can we send a messages from MDB to MDB?


You don't send messages to MDBs. You send messages to JMS destinations (queues/topics). MDBs just listen to those destinations.

[My Blog] [JavaRanch Journal]
Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
ok ,thanks.It was a mistake.
there is a one client which sends messages to Destination.
There are MDBs more than one.

1)How does the correct MDB select by container ?
2)Normaly how long it waits till receving message to Destination and Send to MDB ?
 
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: is it possible to semd messages from MDB to MDB
 
Similar Threads
MDB Timeout??
Authentication JMS/MDB
MDB question
MDB Timeout??
Message Driven Beans