Versions Compared

Key

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

...

Wiki Markup
{toggle-cloak:id=asyncpublish}
Why does my producer fill up the broker with messages?

Wiki Markup
{cloak:id=slowtransientasyncpublish}

The Java broker does not currently implement producer flow control. Publishes are currently asynchronous, so there is no ability to rate limit this automatically. While this is something which will be addressed in the future, it is currently up to applications to ensure that they do not publish faster than the messages are being consumed for signifcant periods of time.

Wiki Markup
{cloak}

Wiki Markup
{toggle-cloak:id=cantconnectconsole}
Why can't I connect the management console to the broker?

Wiki Markup
{cloak:id=cantconnectconsole}

The CRAM-MD5 JMX authentication is currently broken in the broker, disable it by editing qpidmc.sh or qpidmc.bat and removing '-Dsecurity=CRAM-MD5' and setting security-disabled to false in the broker configuration file.

Wiki Markup
{cloak}