Hi!
I need some help about JMS configuration.
My problem is:
I have 2 orion servers, orionA and orionB, I have configured my servers like
this:

orionA (rmi.xml):
<server host="orionB" username="admin" password="admin" />

orionB (rmi.xml):
<server host="orionA" username="admin" password="admin" />

And I deployed an aplications which have 2 beans

Bean1: session bean
Bean2: MessageDriven

In my orion-application-jar.xml i put:

orionA (orion-application-jar.xml):
<ejb-module remote="false" path="Bean1" />
<ejb-module remote="true" path="Bean2" />

orionB (orion-application-jar.xml):
<ejb-module remote="true" path="Bean1" />
<ejb-module remote="false" path="Bean2" />

I use the orionB in my jndi.property in my client to use Bean1 and this work
fine, but must Bean1 use JMS to call Bean2 and Bean2 recieves nothing.

If I deploy the 2 beans in 1 orion, this work correctly, but in 2 orions the
JMS does not work correctly.

Any ideas?

Thanks, Esteban


Reply via email to