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
Keep in mind that 4.12 is not part of any LTS/product release yet and to be in the next product release, it should be in 3.7. @ozangunalp will reactive messaging 4.12 be in Quarkus 3.7?
https://github.com/SolaceCoEExt/solace-quarkus/blob/76d9f4fe7052f2c4e5eff06ed9077de93036ca6f/pubsub-plus-connector/src/main/java/io/quarkiverse/solace/SolaceConnector.java#L53-L54
The concurrent processing of messages on worker threads using Reactive Messaging is configurable using the
@Blocking(ordered=false)
annotation on the processor method : https://smallrye.io/smallrye-reactive-messaging/latest/concepts/blocking/For processing messages concurrently on event loop threads
concurrency
attribute is made available on Reactive Messaging 4.12.0 release.The text was updated successfully, but these errors were encountered: