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
<5> Use the `@QueueConsumer` annotation with the name of the queue to consume messages
139
139
<6> The consumer job must have a single parameter of the same type as the producer job returns
140
140
141
+
TIP: The value for `@Fork` is the same as the number of `maxMessages` for `@QueueConsumer` annotation. The value of `waitingTime` in `@QueueConsumer` is the same as the associated `@FixedRate` value.
142
+
141
143
==== Advanced Usage
142
144
143
145
The name of the queue can be customised using `@Consumes` and `@Produces`
0 commit comments