Hi,
Im trying to retrieve message from a JMS queue using these two services
pub.jms:createConsumer
pub.jms:receive
There’s no trigger or JMS listeners being set up to listen to the queue. However when I trace up to pub.jms:receive it’s throwing an error saying
javax.jms.IllegalStateException: MQJMS3033: QueueReceiver is closed
I tried with no msg in the queuq, single msg in the queue and multiple msgs in the queue but still encountering the same error.
Appreciate any help on this.