[JBoss-user] [Messaging, JMS & JBossMQ] - Re: queue/testQueue, Message Driven Bean don't receive messa

2005-05-13 Thread fabrefumi
thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877595#3877595 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877595 --- This SF.Net email is sponsored by Orac

[JBoss-user] [Messaging, JMS & JBossMQ] - queue/testQueue, Message Driven Bean don't receive messages.

2005-04-20 Thread fabrefumi
Dear all, I have a problem sending a message from a session Bean to a MDB. The message arrives to the queue, becouse I have tested it through the jmx-console. but the message driven bean didn't read anyting. It's easy, but for me fustrating, What can I do to change that? ejb-jar ///

[JBoss-user] [J2EE Design Patterns] - send messages from Statefull to anoteher one.

2005-04-07 Thread fabrefumi
Dear All, I have an easy question to resolve, Which is the better communication architecture between two Statefull beans. Statefull bean A (producer) MDB? Statefull bean B (consumer) its possible? i don't know how communicate the MDB who recibes de messages with the Statefulbean B (consumer.)