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

Compare with Current View Page History

Version 1 Next »

Publish Subscribe Channel

Camel supports the Publish Subscribe 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

Using Routing Logic

Another option is to explicitly list the publish-subscribe relationship in your routing logic; this keeps the producer and consumer decoupled but lets you control the fine grained routing configuration using the DSL or Xml Configuration.

  • No labels