are you using http because you have the following line in your connection factory
deployment:
<depends
optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=http</depends>
this should probably be
<depends
optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=bisocket</depends>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145756#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...