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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...