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
Copy file name to clipboardExpand all lines: src/reference/asciidoc/appendix.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,11 @@ See <<async-template>> for more information.
44
44
The `Jackson2JsonMessageConverter` can now determine the charset from the `contentEncoding` header.
45
45
See <<json-message-converter>> for more information.
46
46
47
+
==== Stream Support Changes
48
+
49
+
`RabbitStreamOperations` and `RabbitStreamTemplate` have been deprecated in favor of `RabbitStreamOperations2` and `RabbitStreamTemplate2` respectively; they return `CompletableFuture` instead of `ListenableFuture`.
50
+
See <<stream-support>> for more information.
51
+
47
52
==== Changes in 2.3 Since 2.2
48
53
49
54
This section describes the changes between version 2.2 and version 2.3.
Copy file name to clipboardExpand all lines: src/reference/asciidoc/stream.adoc
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,8 @@ The `ProducerCustomizer` provides a mechanism to customize the producer before i
67
67
68
68
Refer to the https://rabbitmq.github.io/rabbitmq-stream-java-client/stable/htmlsingle/[Java Client Documentation] about customizing the `Environment` and `Producer`.
69
69
70
+
IMPORTANT: In version 2.4.7 `RabbitStreamOperations2` and `RabbitStreamTemplate2` were added to assist migration to this version; `RabbitStreamOperations2` and `RabbitStreamTemplate2` are now deprecated in favor of `RabbitStreamOperations` and `RabbitStreamTemplate` respectively.
71
+
70
72
==== Receiving Messages
71
73
72
74
Asynchronous message reception is provided by the `StreamListenerContainer` (and the `StreamRabbitListenerContainerFactory` when using `@RabbitListener`).
Copy file name to clipboardExpand all lines: src/reference/asciidoc/whats-new.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,8 @@ The remoting feature (using RMI) is no longer supported.
16
16
The `AsyncRabbitTemplate2`, which was added in 2.4.7 to aid migration to this release, is deprecated in favor of `AsyncRabbitTemplate`.
17
17
The `AsyncRabbitTemplate` now returns `CompletableFuture` s instead of `ListenableFuture` s.
18
18
See <<async-template>> for more information.
19
+
20
+
==== Stream Support Changes
21
+
22
+
`RabbitStreamOperations2` and `RabbitStreamTemplate2` have been deprecated in favor of `RabbitStreamOperations` and `RabbitStreamTemplate` respectively.
0 commit comments