You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/06/14 09:45:35 UTC

[jira] Created: (CAMEL-1707) Added JNDI support in camel-jms URI

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
 
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



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-1707) Added JNDI support in camel-jms URI

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-1707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56006#action_56006 ] 

Claus Ibsen commented on CAMEL-1707:
------------------------------------

This looks really ugly

I would prefer to configure that on the JmsComponent and leave it out of the URL

And there is also a destinationResolver you can use to lookup in JNDI etc. But maybe some properties on JmsComponent to set JNDI stuff and then it will lookup in JNDI also.

> 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.


[jira] Updated: (CAMEL-1707) Added JNDI support in camel-jms URI

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ 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.