You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/03/28 09:05:25 UTC

[jira] [Resolved] (AMQ-4204) Do not start JMS Bridge if foreign or local connection is failed

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

Claus Ibsen resolved AMQ-4204.
------------------------------
    Resolution: Cannot Reproduce

Closing old tickets

> Do not start JMS Bridge if foreign or local connection is failed
> ----------------------------------------------------------------
>
>                 Key: AMQ-4204
>                 URL: https://issues.apache.org/jira/browse/AMQ-4204
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.6.0
>            Reporter: Yana G
>            Priority: Minor
>             Fix For: NEEDS_REVIEW
>
>
> Have 2 JMSConnectors with one JMS Bridge in each. 
> Both having the same local JMSQueue and different remote JMSQueues.
> When start connector, one remote connection fails and it's reconnect is scheduled.
> However, the corresponding Bridge is started. So, we have the following behaviour:
> 1) JMS Message is published in ocal JMSQueue;
> 2) As Queue has 2(!) consumers, it can be processed by any of them;
> 3) If the broken bridge (without foreign connection) is selected, then message will be not processed until the connection succeeds.
> We believe that this is wrong behaviour, as JMS messages are not processed, even if there is one proper brigde exists on local queue.
> We expect the following behaviour:
> When foreign (or local) connection fails, do not start corresponding bridges.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)