I have a message which is stuck in a AQ. The state of the message is 3(Expired)
I need to push that message so that the DQ Composite application can again dequeue it.
extract from the AQ table.
| MSGID | CORRID | PRIORITY | STATE |
| 09753676234217D7E053AE660E0A4A41 | 2d323833393439353237353030313536 | 0 | 3 |
So how do I again make the message which is Expired to be dequeued by the composite application ?
Regards,
Anurag