Versions Compared

Key

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

...

but formated in the following way.
a.) remove the '--' from the beginning of the option.
b.) place a '=' between the option and the value.
c.) place one option per line.

Can I use any Language client with the C++ Broker

Yes, all the clients work with the C++ broker. The only restriction is that the client that matches the AMQP version needed to be used. When running the C++ broker, it is highly recommended to run AMQP 0-10.

Note that JMS also works with the C++ broker. For more details on using the Java client refer to these pages:

Slightly more complex configuration

...