[ 
https://issues.apache.org/jira/browse/SYNAPSE-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674414#action_12674414
 ] 

Tanmay saha commented on SYNAPSE-399:
-------------------------------------

We want use this feature SYNAPSE-399 along with SYNAPSE-369  ( Multiple 
instances of Synapse instances cannot form a shared subscription group to Sonic 
MQ ).  Fixes are already in the development tree. When can we expect the next 
release of Synapse ? We have been waiting for a long time. Please let us know.

-Thanks
Tanmay


> JMSUtil.java class does not set all JMS Connection properties specified in 
> axis2.xml
> ------------------------------------------------------------------------------------
>
>                 Key: SYNAPSE-399
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-399
>             Project: Synapse
>          Issue Type: Bug
>         Environment: Windows XP, JDK1.5.0_15
>            Reporter: Tanmay saha
>            Assignee: Asankha C. Perera
>             Fix For: 1.3
>
>
> JMSUtil.java in the JMS transport module does set all JMS Connection 
> properties specified in axis2.xml. setConnectionFactoryParameters() method of 
> JMSUtil.java class sets only the standard JMS Connection properties like 
> Initial Context Factory, Provider URL, User Principal and Credentials. It 
> ignores or does not set any JMS vendor specific connection properties .
> Proposed Fix: 
> Add the following "else" condition at the end of 
> setConnectionFactoryParameters() in JMSUtil.java class
> else
>  {
>       jmsConFactory.addJNDIContextProperty( (String)p.getName(), (String) 
> p.getValue());
>  }
> This will add any other connection properties to JNDIConnectionFactory. I 
> have made this change in my source and tested . It is setting 
> <parameter name="com.sonicsw.jndi.mfcontext.domain">dev3Domain</parameter> 
> specified in axis2.xml and
> working fine with my Sonic MQ dev3Domain
> -Thanks
> tanmay

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to