MDB and JMS on different servers

Hi,

My MDB is deployed on a different domain from the JMS server. Both are on weblogic.

While deploying weblogic, I m getting an error: Unable to create a connection.

Can anyone give pointers?

I have ensured the following:

1. The JMS server starts before the MDB server

2. The following data is mentioned in weblogic-ejb-jar.xml:

jndi name of the remote queue

provider urlt3://hostName:port

jndi name of the remote connection factory

is there anyting else that i m missing ?

thanx and regards

Shivraman Giri

[586 byte] By [parsifala] at [2007-10-2 6:23:48]
# 1
why dont u deploy both MDB as well as ur jms connection in one domain for ur weblogic server?
gangireddya at 2007-7-16 13:25:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2

Thanks for replying.

Well, I m just trying to simulate a remote JMS provider. Hence I have created 2 domains and separated MDB and JMS. Later on, the MDB will have to read from a Remote and Foreign (Tibco) JMS provider.

When MDB and JMS are local, it works.

When they are remote (but both are Weblogic), it doenst work.

I might have to make my application remote as well as foreign (Non Weblogic JMS provider)

any clues?

regards

parsifala at 2007-7-16 13:25:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
Two things.One, if the romote providor provides a JCA interface then use a RAR and connect that way (I think Tibco may)Two, you need to read the WebLogic manual on external JMS provider setup
darteda at 2007-7-16 13:25:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 4

Hi,

Thanx for responding.

I will keep in mind these points when I use a foreign JMS provider. T

Right now I m getting problem when the JMS provider is remote but native ie. MDB and JMS are both on Weblogic. This obviates the need to mention Initial Context. Only the provider URL is to be specified.

Can you suggest a reason as to why i my EJB container (first weblogic ) is unable to connect to JMS provider (another weblogic)

regards

S.G

parsifala at 2007-7-16 13:25:39 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...