Harsh,
Can you post your JMS xbean.xml file? I don't see a reason why you can
not have a provider and consumer on the same queue. Would it be
possible to also post the error stack trace itself?
Gert
hm75 wrote:
I have a simple servicemix/JMS usecase. I have a flow as follows:
JMSClient-->JMS Consumer SU-> Process 1(pojo)-> JMS Reply Queue (Static)->
Process 2(Done)(pojo)
What is the best way to implement this? What I thought I could do was create
a JMS Provider and JMS Consumer for the same queue ie. the JMS static JMS
reply queue in the above workflow. But I get an error deploying a provider
and consumer for the same queue in a service assembly.
Can I use the wsdlResource property of a jms provider component to forward
to a Pojo?
Thanks
Harsh