🎄 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.

Is there way to bulk delete the queues

prashantk2000
prashantk2000 Member Posts: 33 ✭✭

I need to delete multiple queue at one go, current SEMP api supports deleting single queue at time. Is there anyway we can delete multiple queues?

Current SEMP delete queue api details

https://docs.solace.com/API-Developer-Online-Ref-Documentation/swagger-ui/software-broker/config/index.html#/queue/deleteMsgVpnQueue

Tagged:

Best Answer

  • marc
    marc Member, Administrator, Moderator, Employee Posts: 963 admin
    #2 Answer ✓

    Hi @prashantk2000,

    You are correct, currently it is only 1 queue at a time via SEMPv2.

    A few notes:

    1. If this is thing that you want to do manually PS+ Mgr does allow you to select many queues and delete them all at once (separate SEMPv2 call under the covers for each)
    2. We have it on our roadmap to make this programmatically easier with some upcoming SEMP enhancements but the release date will still by many months away.

Answers

  • marc
    marc Member, Administrator, Moderator, Employee Posts: 963 admin
    #3 Answer ✓

    Hi @prashantk2000,

    You are correct, currently it is only 1 queue at a time via SEMPv2.

    A few notes:

    1. If this is thing that you want to do manually PS+ Mgr does allow you to select many queues and delete them all at once (separate SEMPv2 call under the covers for each)
    2. We have it on our roadmap to make this programmatically easier with some upcoming SEMP enhancements but the release date will still by many months away.

  • prashantk2000
    prashantk2000 Member Posts: 33 ✭✭

    Oh ok. Hope we will get the api soon. Thank you @marc