I have JBoss 5.1 and JBM2.0 Beta4 installed on two servers (one Linux and the other
Windows XP). I tried to run the example under $JBM_HOME/example/javaee/jca-config and it
only partially worked. The message sent from the statelessSender was received by the
QueueB (local MDB to the stateless bean) but not by QueueA (remote MDB). I had "ant
deploy" running on the remote server and "ant deploy2" on the local server.
I believe the problem was that the remote host was not defined anywhere. I had tried to
add
<config-property name="ConnectionParameters"
type="java.lang.String">jbm.remoting.netty.host=dell</config-property>
in jms-remote-ds.xml and
<config-property>
The transport configuration. These values must be in the form of
key=val;key=val;
<config-property-name>ConnectionParameters</config-property-name>
<config-property-type>java.lang.String</config-property-type>
<config-property-value>jbm.remoting.netty.host=dell</config-property-value>
</config-property>
in ra.xml, but it didn't help.
I would really appreciate if someone could help...
Paul
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257228#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...