We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d5cce commit 906fdc2Copy full SHA for 906fdc2
1 file changed
documentation/modules/ROOT/pages/15_reactive-messaging.adoc
@@ -4,7 +4,7 @@ As a Java developer you are aware that the JMS is the standard when comes to wor
4
JMS is a blocking API which blocks us from implementing the reactive principles.
5
6
Quarkus has SmallRye Reactive Messaging which is an implementation of the Eclipse MicroProfile Reactive Messaging specification.
7
-Quarkus implements version 2.x of this specification but also provides many other extensions.
+Quarkus implements version 3.x of this specification but also provides many other extensions.
8
9
In this chapter we're going to use SmallRye Reactive Messaging to generate beers having a price but using messages instead of synchronous calls.
10
0 commit comments