Skip to content

ARTEMIS-5987: Properly handling exceptions with single connection.#6340

Open
ehsavoie wants to merge 1 commit intoapache:mainfrom
ehsavoie:ARTEMIS-5987
Open

ARTEMIS-5987: Properly handling exceptions with single connection.#6340
ehsavoie wants to merge 1 commit intoapache:mainfrom
ehsavoie:ARTEMIS-5987

Conversation

@ehsavoie
Copy link
Copy Markdown
Contributor

@ehsavoie ehsavoie commented Apr 2, 2026

If there is an issue while creating a session in single connection mode then the connection factory can be in a bad state and the loop for creating sessions still continues over this.

Issue: https://issues.apache.org/jira/browse/ARTEMIS-5987

@jbertram
Copy link
Copy Markdown
Contributor

jbertram commented Apr 8, 2026

It seems like the logic dealing with firstException would prevent reporting the wrong exception. Is there any way you could add a test here?

@jbertram
Copy link
Copy Markdown
Contributor

jbertram commented Apr 8, 2026

Also, there are a couple of typos in the commit message (e.g. "lopp", "ove").

If there is an issue while creating a session in single connection mode
then the connection factory can be in a bad state and the loop for
creating sessions still continues over this.

Issue: https://issues.apache.org/jira/browse/ARTEMIS-5987

Signed-off-by: Emmanuel Hugonnet <ehugonne@redhat.com>
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

Successfully merging this pull request may close these issues.

2 participants