[ 
https://issues.apache.org/jira/browse/SYNAPSE-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Upul Godage resolved SYNAPSE-184.
---------------------------------

    Resolution: Fixed

When jms connection is down, it will try to reconnect every 30 seconds.
Reconnect duration can be configured by property transport.jms.ReconnectTimeout 
in axis2.xml. (default 30 seconds)

    <transportReceiver name="jms" 
class="org.apache.synapse.transport.jms.JMSListener">
        <parameter name="myTopicConnectionFactory">
                <parameter 
name="java.naming.factory.initial">org.apache.activemq.jndi.ActiveMQInitialContextFactory</parameter>
                <parameter 
name="java.naming.provider.url">tcp://localhost:61616</parameter>
                <parameter 
name="transport.jms.ConnectionFactoryJNDIName">TopicConnectionFactory</parameter>
                <parameter name="transport.jms.ReconnectTimeout">10</parameter>
        </parameter>
    ...


> JMS connections lost due to NW issues should be attempted for recovery
> ----------------------------------------------------------------------
>
>                 Key: SYNAPSE-184
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-184
>             Project: Synapse
>          Issue Type: Improvement
>    Affects Versions: 1.1
>            Reporter: Asankha C. Perera
>            Assignee: Upul Godage
>
> JMS connections must be attempted to be recovered if they are lost due to the 
> JMS provider going down or NW issues

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