I changed the XAConnectionFactory name to XARemoteConnectionFactory on the
second JMSProvider, but it didn't make any difference and
XARemoteConnectionFactory didn't show up in JNDI space.  This leads me to
believe that those references are not the originators of the connection
factory, but are referring to factories that are setup elsewhere.

The server.log still shows the MDB using the DefaultJMSProvider when it
deploys even though I have instructed it to use my RemoteJMSProvider in the
MDB's deployment descriptor.  So I still am missing a piece to this puzzle.

Dustin

> -----Original Message-----
> From: Michael Bartmann [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 18, 2002 11:02 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] 3.2.x config for JBoss based remote JMS
> queues/t opics and MDB?
> 
> 
> Barlow, Dustin wrote:
> 
> >They don't use the same JNDI name from what I see in the 
> JNDIViewer.  One is
> >bound to DefaultJMSProvider and the other is bound to 
> RemoteJMSProvider.
> >The ProviderName attribute seems to be the one that it uses 
> for registering
> >itself into Global JNDI space. 
> >
> >  <!-- The JMS provider loader -->
> >name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
> >    <attribute 
> name="TopicFactoryRef">java:/XAConnectionFactory</attribute>
> >
> >  <!-- The JMS provider loader -->
> >name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
> >    <attribute 
> name="TopicFactoryRef">java:/XAConnectionFactory</attribute>
> >
> >
> >  
> >
> What I have left over (see above) from your config shows that the
>  _XAConnectionFactory_ of both services get registered under 
> the same name.
> 
> The MDB Container gets its Queues through a JNDI-lookup of 
> these Factories.
> I think that you must name them differently.
> 
> Michael Bartmann
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.NET email is sponsored by: AMD - Your access to the experts
> on Hammer Technology! Open Source & Linux Developers, register now
> for the AMD Developer Symposium. Code: EX8664
> http://www.developwithamd.com/developerlab
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


-------------------------------------------------------
This SF.NET email is sponsored by: AMD - Your access to the experts
on Hammer Technology! Open Source & Linux Developers, register now
for the AMD Developer Symposium. Code: EX8664
http://www.developwithamd.com/developerlab
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to