[jboss-user] [JBoss Seam] - Jboss messaging supported?

liudan2005 do-not-reply at jboss.com
Wed Jan 3 10:48:13 EST 2007


I'm using JBoss messaging at moment. I can send a message from a standalone client. When I try to send a message from my ejb, I keep getting NullPointerException.

Here is how I defined the component

  | 	<component name="paymentQueueSender" class="org.jboss.seam.jms.ManagedQueueSender">
  |         <property name="queueJndiName">queue/testQueue</property>
  |     </component>
  | 

Is there any guidelines of how u can use jboss messaging in Seam?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997590#3997590

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997590



More information about the jboss-user mailing list