Versions Compared

Key

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

...

Store-and-forward can be achieved by publishing to well know durable queues, that are not marked with auto delete. Consumers will be able to 'came back' to consume then at any time, even after restarts.

Security

What encryption does Qpid support?

  • Qpid support SSL/TSL as per the AMQP specification.
  • In addition the C++ broker supports Kerberos encryption of messages independent on which transport is used. Support in not yet included in all clients for this but is in process.

What authentication does Qpid support?

SASL Authentication is supported. All Clients support PLAIN, and Kerberos support if being added to all the clients. The C++ broker support Kerberbos authentication.

What authorization does Qpid support?

Full ACL is supported in the brokers. For details on configuring ACL see.

ACL supports realms and allows for granular permission to be set on all the broker actions including management on an user or group basis.

Performance

Does Qpid Perform (Latency/Throughput)?

...