Can someone please provide me with the correct values for configuring a jms reader channel source for openjms? I had no problem configuring the jms writer channel destination and I am successfully receiving HL7 on a socket (llp) and publishing it to an openjms topic. However, I've tried for days to configure a jms reader to process/subscribe to the topic messages without success. I get no error message when I deploy my channels and when I start the jms reader channel, it starts but nothing happens (topic messages doesn't get read in). I've tried every variation of the destination value I could possibly think of (all possible variations of 'topic:EWS.CDR' where EWS is the topic and CDR is the consumer or subscriber in openjms).
I guess while I'm asking: can someone also please tell me how to configure my jms writer and jms reader to be durable? When I try to set durable to yes and provide a numeric client id, mirth/mule throws a null pointer exception.
Thanks...Rich
I guess while I'm asking: can someone also please tell me how to configure my jms writer and jms reader to be durable? When I try to set durable to yes and provide a numeric client id, mirth/mule throws a null pointer exception.
Thanks...Rich
Comment