gertvangaever
Technical User
Because a queue was not handled, it became full.
After it was full, messages were that were supposed to get in the queue, were sent to the dead letter queue (SYSTEM.DEAD.LETTER.QUEUE).
Now all the messages in the queue were handled, so we want to copy the messages in the dead letter queue to the original queue. But, the messages are now in a different format. Normally we copy messages from queue to queue using PQEDIT, but this doesn't strip the dead letter queue header from the message.
I've heard about a tool that exist to do this.
Doesn anyone know how I can do this??
Tnx
After it was full, messages were that were supposed to get in the queue, were sent to the dead letter queue (SYSTEM.DEAD.LETTER.QUEUE).
Now all the messages in the queue were handled, so we want to copy the messages in the dead letter queue to the original queue. But, the messages are now in a different format. Normally we copy messages from queue to queue using PQEDIT, but this doesn't strip the dead letter queue header from the message.
I've heard about a tool that exist to do this.
Doesn anyone know how I can do this??
Tnx