Skip to content

Commit 906fdc2

Browse files
committed
Update MicroProfile version number
1 parent b3d5cce commit 906fdc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/15_reactive-messaging.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ As a Java developer you are aware that the JMS is the standard when comes to wor
44
JMS is a blocking API which blocks us from implementing the reactive principles.
55

66
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.
7+
Quarkus implements version 3.x of this specification but also provides many other extensions.
88

99
In this chapter we're going to use SmallRye Reactive Messaging to generate beers having a price but using messages instead of synchronous calls.
1010

0 commit comments

Comments
 (0)