The "JMS AMQP 0-9-1 Destination Definitions" section provides examples
of a queue declaration. You can use Spring Java-based configuration if
you want samples of declaration in Java.
There's no such thing as limit factor in RabbitMQ. A client connection
can be temporarily blocked if the client publishes too fast [1] and
you can limit the number of un-acknowledged messages on a channel /
connection with consumer prefetch [2]. Consumer prefetch at the
channel level is an available setting in the JMS client.
[1]
https://www.rabbitmq.com/flow-control.html
[2]
https://www.rabbitmq.com/consumer-prefetch.html
> --
> You received this message because you are subscribed to the Google Groups
> "rabbitmq-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
rabbitmq-user...@googlegroups.com.
> To post to this group, send email to
rabbitm...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.