Hi,
i have more entity beans that must leave their messages on a queue and i
have more message-driven beans that must read the messages on the queue.
can i implement this situations?
how?
maybe i must use a topic instead of the queue, but can differets entity
beans leave their messages in the same queue or topic?
thanks and sorry for my english... :-)
nico
EricF - 24 May 2006 05:49 GMT
>Hi,
>
[quoted text clipped - 7 lines]
>thanks and sorry for my english... :-)
>nico
Yes - mostly.
Entity beans should not be touching JMS. But a session bean can reference the
entity bean and post the message to JMS. To a queue or a topic. Hope this
helps.
Eric