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

Improve return code and message handling in queue manager module #44

Open
stewmcl opened this issue Jun 13, 2023 · 1 comment
Open

Improve return code and message handling in queue manager module #44

stewmcl opened this issue Jun 13, 2023 · 1 comment
Assignees
Labels
backlog Something not urgent, and wont be addressed soon refactor code is being refactored

Comments

@stewmcl
Copy link
Contributor

stewmcl commented Jun 13, 2023

This has needed doing for a long time now. Essentially the way that the return code and messages are handled in the queue manager module is a mix of simply returning the information using the exit_module function manually and using the result dictionary to store the information and then return it.

This needs unifying under one method, and the way its implemented in the functions needs clearing up as well so it is as consistent as it can be between each function.

@stewmcl stewmcl self-assigned this Jun 13, 2023
@marianavillarp marianavillarp added refactor code is being refactored backlog Something not urgent, and wont be addressed soon labels Jun 30, 2023
@stewmcl stewmcl removed their assignment Jul 12, 2023
@JamRamPage
Copy link
Contributor

#105 moves module.exit_json() to main().

However, do we also need more work to preserve the message output if queue_manager is used on multiple QMGRs?

@JamRamPage JamRamPage self-assigned this May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Something not urgent, and wont be addressed soon refactor code is being refactored
Projects
None yet
Development

No branches or pull requests

3 participants