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

Attributes of the queue do not change #189

Open
lavalex opened this issue Dec 9, 2022 · 2 comments
Open

Attributes of the queue do not change #189

lavalex opened this issue Dec 9, 2022 · 2 comments

Comments

@lavalex
Copy link

lavalex commented Dec 9, 2022

Hello,

During service execution, I changed queue's max depth attribute. I can see it updated in MQ Explorer and MQSC, but metrics services continues to report old value. If I restart the service, then it's updated.

Am I missing something?

thank you.

@ibmmqmet
Copy link
Collaborator

ibmmqmet commented Dec 9, 2022

Mostly-static attributes like the maxdepth are only updated at the global.rediscoverInterval point. Which by default is set to an hour. So if you waited long enough, you should see the new value appear.

@lavalex
Copy link
Author

lavalex commented Dec 9, 2022

Thanks, I thought so.

So when it starts, it reads the definitions and then only replies on the published data.

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

2 participants