Still wondering about the subject.

When using swiftmq jms server, client only has to set
INITIAL_CONTEXT_FACTORY
and
PROVIDER_URL to connect to swiftmq router/jms server.

So in orion-ejb-jar.xml

we define message-driven-deployment tag..
Under it its possible to set lookup-context location
and context-attribute.

Question goes: 
is it possible set up bean to listen external jms using these tags?
Example is this valid:
<context-attribute name="PROVIDER_URL" value="smqp://localhost:4001" />
..?
(trying to set java.naming.provider.url ..

And what should the value for lookup-context location be then?


Reply via email to