[jboss-jira] [JBoss JIRA] Reopened: (JBMESSAGING-1543) Message Bridge does not start if the first attempt failed

Alexei Sadovnikov (JIRA) jira-events at lists.jboss.org
Wed Apr 1 04:53:23 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBMESSAGING-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Sadovnikov reopened JBMESSAGING-1543:
--------------------------------------------



I could not find sources of 1_4_0_SP3_CP08 but Bridge.java version 1_4_0_SP3_CP07 has exactly the same problem with BatchTimeChecker, namely, if MaxBatchSize>1 and MaxBatchTime>0 then if a receiver server (a bridge is deployed here) starts after a sender server then messages are not bridged by timeout but only when the batch size is exeeded.

> Message Bridge does not start if the first attempt failed
> ---------------------------------------------------------
>
>                 Key: JBMESSAGING-1543
>                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1543
>             Project: JBoss Messaging
>          Issue Type: Bug
>    Affects Versions: 1.4.0.SP3, 1.4.2.GA.SP1
>         Environment: Windows XP, Java 1.5.0_17, JBoss AS 4.2.3.GA, JBossRemoting 2.5.0.SP2
>            Reporter: Alexei Sadovnikov
>            Assignee: Howard Gao
>             Fix For: 1.4.0.SP3.CP08, 1.4.4.GA
>
>
> The server A sends messages to the queue QA. A message bridge is deployed on the server B, it reads messages from QA and sends them to the queue QB on the server B. If we start the server A first and then the server B then the bridge works properly. If we start the server B first, the bridge fails to start (as expected), then we start the server A. The bridge detects that A is running and the source connection (the message "Succeeded in connecting to servers" is printed), but it does not deliver any messages.
> The same happens if messages are sent to a queue on the server B and should be bridged to a queue on the server A.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list