[
https://issues.apache.org/activemq/browse/SM-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40368
]
Oleg Zhurakousky commented on SM-624:
-------------------------------------
Can someone please give me quick pointer on this one.
This test only has one test() method which basically follows the flow of
1. Create 4 containers
2. Start 4 Containers
3. Activate Receivers in these containers and so on
Then stopping and starting again and producing log messages that look like
this:
13:50:33,671 | INFO | main | MultipleJMSFlowTest |
nmr.flow.jms.MultipleJMSFlowTest 103 | Nodes: 0, 0, 0, 0
13:50:33,703 | INFO | main | JBIContainer |
cemix.jbi.container.JBIContainer 642 | ServiceMix JBI Container (container0)
started
13:50:37,703 | INFO | main | MultipleJMSFlowTest |
nmr.flow.jms.MultipleJMSFlowTest 103 | Nodes: 1, 0, 0, 0
13:50:37,703 | WARN | main | ClientFactory |
emix.jbi.framework.ClientFactory 89 | Cound not start ClientFactory:
javax.naming.NamingException: Something already bound at ClientFactory
13:50:37,718 | INFO | main | JBIContainer |
cemix.jbi.container.JBIContainer 642 | ServiceMix JBI Container (container1)
started
13:50:41,718 | INFO | main | MultipleJMSFlowTest |
nmr.flow.jms.MultipleJMSFlowTest 103 | Nodes: 2, 2, 0, 0
13:50:41,718 | WARN | main | ClientFactory |
emix.jbi.framework.ClientFactory 89 | Cound not start ClientFactory:
javax.naming.NamingException: Something already bound at ClientFactory
13:50:41,734 | INFO | main | JBIContainer |
cemix.jbi.container.JBIContainer 642 | ServiceMix JBI Container (container2)
started
13:50:45,734 | INFO | main | MultipleJMSFlowTest |
nmr.flow.jms.MultipleJMSFlowTest 103 | Nodes: 3, 3, 3, 0
13:50:45,734 | WARN | main | ClientFactory |
emix.jbi.framework.ClientFactory 89 | Cound not start ClientFactory:
javax.naming.NamingException: Something already bound at ClientFactory
13:50:45,750 | INFO | main | JBIContainer |
cemix.jbi.container.JBIContainer 642 | ServiceMix JBI Container (container3)
started
13:50:49,750 | INFO | main | MultipleJMSFlowTest |
nmr.flow.jms.MultipleJMSFlowTest 103 | Nodes: 4, 4, 4, 4
There are no assertions, and so far it does not produce any errors
What was the thought behind this test? Could it be incomplete?
> Failed unit test (servicemix-core) :
> org.apache.servicemix.jbi.nmr.flow.jms.MultipleJMSFlowTest
> -----------------------------------------------------------------------------------------------
>
> Key: SM-624
> URL: https://issues.apache.org/activemq/browse/SM-624
> Project: ServiceMix
> Issue Type: Sub-task
> Components: servicemix-core
> Affects Versions: 3.0
> Environment: Windows and linux
> Reporter: Fritz Oconer
> Fix For: 3.2
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.