Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove activemq queues and scheduled jobs? #114

Open
aniinprni opened this issue Nov 18, 2020 · 0 comments
Open

How to remove activemq queues and scheduled jobs? #114

aniinprni opened this issue Nov 18, 2020 · 0 comments

Comments

@aniinprni
Copy link

Using stompit from my node js application to connect to activemq. i am able to schedule the jobs, but unable to remove the jobs . Here is my peace of code

const sendHeaders = {
        'destination': '/queue/test',
        "AMQ_SCHEDULER_ACTION": 'AMQ_SCHEDULER_ACTION_REMOVEALL',
      };
    
      channel.send(sendHeaders,"test",function(error){
        console.log("testing >>>>>>>>>>>> channel send error---",error)
        channel.close()
        resolve()
      })

But this is not removing any thing.Kindly help me out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant