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
For example for a RabbitListener defined like this:
@QueueBinding(
arguments = {
@Argument(name = "my-header") // check for presence of the header, value is irrelevant
},
exchange = @Exchange(name = "my-exchange", type = ExchangeTypes.HEADERS),
value = @Queue(value = "my-queue")
)
Note that @Argument does not specify a value.
The text was updated successfully, but these errors were encountered:
Please see this PR: #256
For example for a
RabbitListener
defined like this:Note that
@Argument
does not specify a value.The text was updated successfully, but these errors were encountered: