Not able to delete durable queue on standalone server

Yogi
Yogi Member Posts: 24
edited December 2022 in General Discussions #1

Tried disabling the endpoint and I’ve deleted many queues using sol admin, but on refreshing the screen, it reappears, not sure why it is not deleted.

Please suggest!


xyz1234# show config-sync

Admin Status           : Enabled

Oper Status            : Down (redundancy shutdown/replication shutdown)

SSL Enabled            : No

Authentication

 Client Certificate

  Maximum Chain Depth      : 3

  Validate Certificate Dates  : Enabled

  Server Certificate Configured : No

Client-Profile

 TCP

  MSS              : 1460

  Initial Window        : 2

  Maximum Window        : 256  KB

  Keepalive

   Count            : 5

   Idle            : 3   seconds

   Interval          : 1   seconds

Client

 Name              : #config-sync/xyz1234

Connection State        : Connecting

 Last Fail Reason        : Session connect timeout

Synchronize

 Username            : Yes

xyz1234#

Answers

  • amackenzie
    amackenzie Member, Employee Posts: 260 Solace Employee

    If you are not actually getting an error when trying to delete the queue, is it possible you have an application running that will provision the queue if it doesn't exist? That would explain why it keeps getting recreated.

  • himanshu
    himanshu Member, Employee Posts: 67 Solace Employee

    I agree with @amackenzie . Go to the cli and run this command to see who the owner of the queue is. Do you recognize the owner? Reach out to the owner who created this queue to see if they are dynamically creating it.

    4875a98dbfc2(configure)# show queue dummy detail
    
    
    Name                                 : dummy
    Message VPN                          : default
    Durability                           : Durable
    Id                                   : 2
    Type                                 : Primary
    Admin Ingress                        : Up
    Admin Egress                         : Up
    Access Type                          : Exclusive
    Owner                                :
    Created by mgmt                      : Yes
    

    In my case, the queue was created by me via the PS+ Manager UI.

  • Yogi
    Yogi Member Posts: 24

    @himanshu in your case if it was created by you then in Owner it should show your name.

    And in my case I have created 1 dummy queue using SOLADMIN but can not see owner name ,

    can see it as blank.

  • Yogi
    Yogi Member Posts: 24

    @amackenzie : Application has been already discarded still queue is reappearing

  • amackenzie
    amackenzie Member, Employee Posts: 260 Solace Employee

    I would suggest logging a Support ticket if you are able.

  • Yogi
    Yogi Member Posts: 24

    @himanshu any update!

  • himanshu
    himanshu Member, Employee Posts: 67 Solace Employee

    @Yogi - I don't have any further updates, unfortunately. Like @amackenzie said, you should reach out to support so they can gather further details about your setup and investigate further.