1 Reply Latest reply on Jan 12, 2017 2:10 PM by akalashnykov

    Unable to receive exchange from vm endpoint in second appliation

    krishnamohan987

      Hi Friends,

       

      I have been struggling with the issue while passing one message from one application to another application deployed in the same EAP6.4 container.

      I am using VM component as the endpoint.

      Sample routes are :

      1st App Camel context is :

      <route>

      <from some queue I am pssing />

      <to uri="vm:commonLoggingendpoint"/>

      </route>

      2nd App  camel context:

      <route>

      <from  uri="vm:commonLoggingendpoint"/>

      <ro uri="activemq:queue:krimon" /> to someother  queue i am passing the message

      </route>

       

      Here Second application VM endpoint not getting the exchange message.

      I did it in karaf, its working. but i am new to EAP. Please suggest me on this. i would be grateful.

       

       

      Regards,

      krishnamohan