should my message driven bean client app be deployed in the same jvm MDB re

How to call mdb in another jvm?
[38 byte] By [xutoaa] at [2007-10-2 9:24:52]
# 1

Hi,

You can't call a MBD method.

MDB's onMessage method is called by the container when a message arrive on the Queue or Topic on which the MDB has subscribed.

So, to post a message to a queue or topic, you JMS Api, JNDI, ...

I recommend you read about MDB and JMS and you'll understand ;-)

Regards,

Sebastien Degardin

sdegardina at 2007-7-16 23:31:41 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...