I have an app that is being deployed using Ant. It includes a servlet that is able to pass a message to the "queue/testQueue". The problem is that the bean does not read the messages. I have an ejb-jar.xml file created that defines the destination-type as javax.jms.Queue for the Message Driven Bean. I have created a jboss.xml file that maps the Message Driven Bean to the jndi name "queue/testQueue".
My question is this: How does the Message Driven Bean know which connection factory to use? I deploy the bean out just fine. I am able to send messages to the queue, but my bean does read them. Thanks for any help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849799#3849799 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849799 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
