Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Apache Camel

You're reading from   Mastering Apache Camel An advanced guide to Enterprise Integration using Apache Camel

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher Packt
ISBN-13 9781782173151
Length 238 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (10) Chapters Close

Messaging channels EIPs


Messaging Channel EIPs gather all the patterns moving data from one point to another, using a communication channel.

Point To Point Channel

The Point To Point Channel EIP ensures that only one receiver consumes a message.

In Camel, the support of this EIP is dedicated to the components.

Some components are designed to implement and support this EIP.

For instance, this is the case for:

  • The SEDA and VM components, for communication between routes

  • The JMS component, when working with JMS queues

To illustrate the Point To Point Channel EIP, we create three routes using the Camel Blueprint DSL:

  • The first route starts with a timer and produces a message in a JMS queue

  • The second and third routes consume messages from the JMS queue

We will see that one message will only be consumed by one consumer route.

We create the following route.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">

  <bean id="amqConnectionFactory...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image