🎄 Happy Holidays! 🥳
Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.
Happy Holidays!
Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.
Possible to export message payload in queue level
Hi team,
I have one query, recently we are facing issue client disconnected in one queue and message are spooled in queue around 1 lak. Is there any possibility to export the message payload, if yes please let me know the procress.
Answers
-
@Muddam_Pullaiah do you want to non-destructively view ("Peek") the messages? if so, you can use a queue browser. Sdkperf can do this; use -qb to enable queue browsing, and -md to view the message.
0 -
Hi TomF,
let say for example my queue is piledup around 20000 message are spooled, I need all the 20000 messages spooled payload. If yes please share me sample command.0 -
Thanks for update all.
0 -
Thanks Naga, found that command you shared very useful. Just have one question, is there any way to limit viewing the message payload to a single or few messages based of timecode or message ID?
Some DMQs I'd like to look at have huge amounts of messages (200k+) and I want to the view the latest messages which have entered the DMQ and share the payload so we can see why exactly they are entering the DMQ. I can get the message IDs and timecode from the Solace UI - but is there a way to use these to filter the SDKPerf commad?1