You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Point to Point Channel

Camel supports the Point to Point Channel from the EIP patterns using the following components

  • Queue for in-VM seda based messaging
  • JMS for working with JMS Queues for high performance, clustering and load balancing
  • JPA for using a database as a simple message queue
  • XMPP for point-to-point communication over XMPP (Jabber)

Examples

To try out point to point channels try the Examples. You may find the Architecture Guilde useful.

  • No labels