You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Marc Binck (JIRA)" <ji...@apache.org> on 2007/03/22 09:32:34 UTC

[jira] Created: (SM-893) Messages lost under heavy load using JMSFlow

Messages lost under heavy load using JMSFlow
--------------------------------------------

                 Key: SM-893
                 URL: https://issues.apache.org/activemq/browse/SM-893
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-jbi
    Affects Versions: 3.1
         Environment: Windows XP, dual-core processor
            Reporter: Marc Binck
         Attachments: tests.zip

Under heavy load, not all messages sent to a particular service are received. This only happens on JMSFlow, SEDAFlow receives them all.

With the test program attached (SenderTest.java), 100 messages are sent to a received. Only 97 are received.

The counts in the attached log show the following:

org.apache.servicemix.jbi.messaging.DeliveryChannelImpl - Sent: InOnly[     			- 100 times
org.apache.servicemix.jbi.nmr.DefaultBroker - Routing exchange InOnly[      			- 100 times
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl - Processing inbound exchange: InOnly[	- 97 times
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl - Received: InOnly[  			- 97 times

The loss rate of 3 % becomes even higher when the receiving service calls other services, i.e. the load on the NMR is high.

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


[jira] Resolved: (SM-893) Messages lost under heavy load using JMSFlow

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

Guillaume Nodet resolved SM-893.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 3.2
                   3.1.1
         Assignee: Guillaume Nodet

URL: http://svn.apache.org/viewvc?view=rev&rev=521262
URL: http://svn.apache.org/viewvc?view=rev&rev=521263


> Messages lost under heavy load using JMSFlow
> --------------------------------------------
>
>                 Key: SM-893
>                 URL: https://issues.apache.org/activemq/browse/SM-893
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-jbi
>    Affects Versions: 3.1
>         Environment: Windows XP, dual-core processor
>            Reporter: Marc Binck
>         Assigned To: Guillaume Nodet
>             Fix For: 3.1.1, 3.2
>
>         Attachments: tests.zip
>
>
> Under heavy load, not all messages sent to a particular service are received. This only happens on JMSFlow, SEDAFlow receives them all.
> With the test program attached (SenderTest.java), 100 messages are sent to a received. Only 97 are received.
> The counts in the attached log show the following:
> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl - Sent: InOnly[     			- 100 times
> org.apache.servicemix.jbi.nmr.DefaultBroker - Routing exchange InOnly[      			- 100 times
> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl - Processing inbound exchange: InOnly[	- 97 times
> org.apache.servicemix.jbi.messaging.DeliveryChannelImpl - Received: InOnly[  			- 97 times
> The loss rate of 3 % becomes even higher when the receiving service calls other services, i.e. the load on the NMR is high.

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