Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Yes, recently a thread abstraction layer has been added to the Java client allowing it to be used with both the SUN and IBM RT JVMs. This increases the determinism of latency when using the Java client.

Does Qpid support flow control?

yes, AMQP 0-10 allows for flow control on the consumer and producer.

How do I configure producer side flow control

from qpidd --help

set the following in the config file on via cmd line options.

Code Block

  --max-session-rate MESSAGES/S (0)         Sets the maximum message rate per session (0=unlimited)

Management

What Management does Qpid support

...