I looked in the section you mentioned and there it was :

"ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory)"

I can get a queue to where I am supposed to send messages.

Daniel

-----Original Message-----
From: Alex Loubyansky [mailto:[EMAIL PROTECTED]]
Sent: quarta-feira, 10 de Abril de 2002 19:00
To: 'Daniel Santos'
Subject: RE: [JBoss-user] JBoss 3.0 beta and JMS


Yes, it could be verified this way. But also you can scroll down to jboss
service=JNDIView and watch all bindings.
Sorry, can't see the cause of the problem now. Can you get something else
from JNDI?

alex

> -----Original Message-----
> From: Daniel Santos [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 10, 2002 7:59 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] JBoss 3.0 beta and JMS
>
>
> In the agent view I looked under jbossmq :
> service=InvocationLayer,type=OIL
> and in the mbean view I see an attribute
> ConnectionFactoryJNDIRef with the
> value ConnectionFactory.
> Is this what you mean by the JNDI Viewer ?
>
> Daniel
>
> -----Original Message-----
> From: Alex Loubyansky [mailto:[EMAIL PROTECTED]]
> Sent: quarta-feira, 10 de Abril de 2002 17:31
> To: 'Daniel Santos'
> Subject: RE: [JBoss-user] JBoss 3.0 beta and JMS
>
>
> Do you see ConnectionFactory in jndi viewer?
> I use messaging with JBoss-2.4.3 and JBoss-3.0.0beta2 almost
> successfully.
> Though, I have other problems. It seems, there are some bugs exist.
>
> alex
>
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Daniel Santos
> > Sent: Wednesday, April 10, 2002 4:18 PM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-user] JBoss 3.0 beta and JMS
> >
> >
> > Hello !
> >
> > I'm having trouble putting a JMS app running on Jboss 3.0
> > beta. I am able to
> > obtain a JNDI context and a queue, but no connection factory.
> > In JBoss 2.4.4
> > everything is fine.
> >
> > I'm trying to get the OIL connection factory which I then cast to a
> > QueueConnectionFactory.
> >
> > connectionFactory =
> > lookupConnectionFactory(props.getProperty(JMS_CONN_FACTORY));
> >
> > where JMS_CONN_FACTORY = ConnectionFactory
> >
> > When the previous statement is executed the connectionFactory
> > is null and no
> > exception is thrown. I have the client side JBossMQ jars in
> > the classpath.
> >
> > Environment :
> > JDK 1.3.1
> > Jboss 3.0.0 beta
> > Os : Windows 2000 Professional
> >
> > I'm attaching the java file with the above code.
> >
> > Many thanks.
> > Daniel Santos
> >
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to