You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Eoghan Glynn (JIRA)" <ji...@apache.org> on 2009/12/02 16:26:52 UTC

[jira] Created: (SMX4NMR-173) [clustering] Replicated messages not received by other cluster members

 [clustering] Replicated messages not received by other cluster members
-----------------------------------------------------------------------

                 Key: SMX4NMR-173
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-173
             Project: ServiceMix NMR
          Issue Type: Bug
    Affects Versions: 1.1.0
         Environment:    Environment:   	
« Hide
$ uname -a
Linux geodesic 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux
$ java -version
java version "1.6.0_16"
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
Show »
$ uname -a Linux geodesic 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux $ java -version java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)

            Reporter: Eoghan Glynn
            Assignee: Eoghan Glynn
             Fix For: 1.1.0


Replicated messages are silently not received by other cluster members.

The problem is a race condition in the initialization of the ActiveMQJmsRequestorPool which causes it to attempt to run a task before the executor is created. The resulting exception was swallowed by the spring-jms layer, masking the underlying issue. 

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


[jira] Resolved: (SMX4NMR-173) [clustering] Replicated messages not received by other cluster members

Posted by "Eoghan Glynn (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SMX4NMR-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eoghan Glynn resolved SMX4NMR-173.
----------------------------------

    Resolution: Fixed

Fix [committed|http://svn.apache.org/viewvc?view=revision&revision=886174]. 

>  [clustering] Replicated messages not received by other cluster members
> -----------------------------------------------------------------------
>
>                 Key: SMX4NMR-173
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-173
>             Project: ServiceMix NMR
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>         Environment:    Environment:   	
> « Hide
> $ uname -a
> Linux geodesic 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux
> $ java -version
> java version "1.6.0_16"
> Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
> Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
> Show »
> $ uname -a Linux geodesic 2.6.28-16-generic #55-Ubuntu SMP Tue Oct 20 19:48:24 UTC 2009 i686 GNU/Linux $ java -version java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Server VM (build 14.2-b01, mixed mode)
>            Reporter: Eoghan Glynn
>            Assignee: Eoghan Glynn
>             Fix For: 1.1.0
>
>
> Replicated messages are silently not received by other cluster members.
> The problem is a race condition in the initialization of the ActiveMQJmsRequestorPool which causes it to attempt to run a task before the executor is created. The resulting exception was swallowed by the spring-jms layer, masking the underlying issue. 

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