You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The waiting for message publishing or processing can happen on channel#close, which is called before the shutdown sequence on @BeforeDestroyed(ApplicationScoped.class) event.
Also, graceful shutdown needs some tests.
The text was updated successfully, but these errors were encountered:
https://github.com/SolaceCoEExt/solace-quarkus/blob/76d9f4fe7052f2c4e5eff06ed9077de93036ca6f/pubsub-plus-connector/src/main/java/io/quarkiverse/solace/SolaceConnector.java#L84-L94
The waiting for message publishing or processing can happen on channel#close, which is called before the shutdown sequence on
@BeforeDestroyed(ApplicationScoped.class)
event.Also, graceful shutdown needs some tests.
The text was updated successfully, but these errors were encountered: