Title: RE: JMS

In your ejb-jar.xml,
define a resource-ref of the type "javax.jms.TopicConnectionFactory" and specify a name for it, such as "jms/myTopicConnectionFactory"

In your EJB, look it up like "java:comp/env/jms/myTopicConnectionFactory".

WR
Magnus Rydin
WebTeknik AB
[EMAIL PROTECTED]





> -----Original Message-----
> From: Dave Smith [mailto:[EMAIL PROTECTED]]
> Sent: den 23 juni 2000 03:23
> To: Orion-Interest
> Subject: JMS
>
>
> I am trying to use JMS withing Orion 1.0.3 and I need to know
> where in the
> JND namespace I can find the TopicConnectionFactory?
>
> I can find my topic OK, but cannot create a connection to it
> without the
> factory.
>
> Thanks
>
> Dave Smith
> Senior Team Leader
> Aristocrat Technologies Australia Pty Ltd
>
> mailto:[EMAIL PROTECTED]
>
>

Reply via email to