Title: RE: External JMS broker with Orion

I don't think this is a bug.  The orion behaviour of binding resource-ref is proper.  Orion first initializes the beans and then binds all the resoure-refs to the jndi context of the bean.  This behaviour is proper.  Regarding the the orion's MDB with external JMS servers as of today orion doesn't support this feature.  Tim mentioned that he was able to publish messages to external JMS which is possible.  This is just to add a resource-ref of external JMS to the orion-ejb-jar.xml.  In orion-ejb-jar.xml you can associate JNDI context properties for resource-ref elements.  With this you can access any JNDI resource in your EJBs. 

In future versions orion may add MDB to support external JMS servers.


Kesav Kumar Kolla
Voquette Inc
650 356 3740(W)
510 889 6840(R)
Voquette...Delivering Sound Information



-----Original Message-----
From: elephantwalker [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 17, 2001 9:34 AM
To: Orion-Interest
Subject: RE: External JMS broker with Orion


Tim,

this sounds like a bug. Could you please post this bug in bugzilla?

regards,

the elephantwalker

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Tim Pouyer
Sent: Tuesday, July 17, 2001 9:09 AM
To: Orion-Interest
Subject: Re: External JMS broker with Orion


I have had success in configuring my mdb's to publish to a topic on an
external jms server but no luck in being able to subscribe the mdb's to a
topic on external jms.  In my expirence I think that this is not possible in
the current version of orion 1.5.2.  It appears that orion is not binding
the resource-ref's that you describe in your orion specific ejb-jar files to
orion's jndi tree until after the container has initialized the mdb. So it
will throw a no destination found error when trying to set up your mdb to
listen to one of those resource ref's that you have set up in your
deployment descriptor.
----- Original Message -----
From: "Chris Roffler" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, July 16, 2001 5:59 PM
Subject: External JMS broker with Orion


> Hello,
>
> I am trying to use IMQ as the JMS Broker with Orion.
> I can't get my MDB to work. Has anybody been able to
> successfully integrate any external JMS Broker with
> Orion ?  If so, can you share the jms.xml and
> ejb-jar.xml files ?
>
> Thanks
> Chris
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>
>


Reply via email to