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

Error handling for the queue manager module doesn't work if multiple queue managers are supplied #57

Open
stewmcl opened this issue Jul 12, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@stewmcl
Copy link
Contributor

stewmcl commented Jul 12, 2023

When supplying a queue manager name for the the module, you can supply multiple using a list
e.g.
['qmgr1', 'qmgr2']

The problem currently is that while the queue manager module can handle this, the logging of return codes and output messages cannot. Currently if multiple queue managers are supplied then each one will overwrite the other's message and return code.
For instance, using ['qmgr1', 'qmgr2']
the initial return code and message will relate to qmgr1 however as soon as qmgr2 has operations performed using it, the return code and message will overwrite the one created for qmgr1.

Finding a way to potentially use lists potentially to store the results might be a possible solution

@stewmcl stewmcl added the bug Something isn't working label Jul 12, 2023
@JamRamPage
Copy link
Contributor

Is this to be handled by #104 ?

@stewmcl
Copy link
Contributor Author

stewmcl commented Apr 25, 2024

Hadn't realised we already had an issue concerning this, I'll close #104 as a duplicate of this and use this issue going forward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants