Versions Compared

Key

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

...

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}

Wiki Markup
{toggle-cloak:id=OOMETransientBroker}
The broker keeps throwing an OutOfMemory exception?

Wiki Markup
{cloak:id=OOMETransientBroker}

The broker can no longer store any more messages in memory. This is particular evident if you are using the MemoryMessageStore. To alleviate this issue you should ensure that your clients are consuming all the messages from the broker.

You may also want to increase the memory allowance to the broker though this will only delay the exception if you are publishing messages faster than you are consuming. See Java Environment Variables for details of changing the memory settings.

Wiki Markup
{cloak}