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: 959 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: 959 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