Hi All, I am using SMX 3.3.1 on Windows. I have deployed a bridge example(http://servicemix.apache.org/creating-a-protocol-bridge.html) on two servicemix instances(SM1 and SM2) which are in cluster. The SA has HTTP,EIP,XSLT and JMS components and the flow is HTTP->EIP->XSLT,JMS. A copy of message posted to the HTTP url is sent to a JMS queue. When I submitted a large number of http requests at the same time(tried upto 300) to SM1(using JMeter), I expected some messages to be sent to SM2's EIP and eventually its JMS as SM1 and SM2 are in cluster but all the requests were handled by SM1 itself and all the messages landed in SM1's JMS queue only. Is this the expected behavior or was the SMX NMR supposed to route some requests to SM2 too?
Your response will be highly appreciated, Thanks, Deepika
