[
https://issues.apache.org/activemq/browse/CAMEL-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Willem Jiang updated CAMEL-1707:
--------------------------------
Description:
URI Scheme for Java(tm) Message Service 1. 0 [1] has the definitions of JNDI
like this
{code}
jms:jndi:SomeJndiNameForDestination?jndiInitialContextFactory=
com.example.jndi.JndiFactory&priority=3
{code}
{code}
jms:jndi:REQ_QUEUE?jndiURL=file:/C:/JMSAdmin&jndiInitialContextFactory=com.sun.jndi.fscontext.RefFSContextFactory&jndiConnectionFactoryName=CONNFACT
&replyToName=RESP_QUEUE
{code}
We may need to implement this URI in camel-jms.
[1] http://tools.ietf.org/id/draft-merrick-jms-uri-05.txt
was:
URI Scheme for Java(tm) Message Service 1. 0 [1] has the definitions of JNDI
like this
jms:jndi:SomeJndiNameForDestination?jndiInitialContextFactory=
com.example.jndi.JndiFactory&priority=3
jms:jndi:REQ_QUEUE?jndiURL=file:/C:/JMSAdmin
&jndiInitialContextFactory=com.sun.jndi.fscontext.RefFSContextFactory
&jndiConnectionFactoryName=CONNFACT
&replyToName=RESP_QUEUE
We may need to implement this URI in camel-jms.
[1] http://tools.ietf.org/id/draft-merrick-jms-uri-05.txt
> Added JNDI support in camel-jms URI
> -----------------------------------
>
> Key: CAMEL-1707
> URL: https://issues.apache.org/activemq/browse/CAMEL-1707
> Project: Apache Camel
> Issue Type: New Feature
> Reporter: Willem Jiang
> Fix For: Future
>
>
> URI Scheme for Java(tm) Message Service 1. 0 [1] has the definitions of JNDI
> like this
> {code}
> jms:jndi:SomeJndiNameForDestination?jndiInitialContextFactory=
> com.example.jndi.JndiFactory&priority=3
> {code}
> {code}
>
> jms:jndi:REQ_QUEUE?jndiURL=file:/C:/JMSAdmin&jndiInitialContextFactory=com.sun.jndi.fscontext.RefFSContextFactory&jndiConnectionFactoryName=CONNFACT
> &replyToName=RESP_QUEUE
> {code}
> We may need to implement this URI in camel-jms.
> [1] http://tools.ietf.org/id/draft-merrick-jms-uri-05.txt
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.