0
votes
0answers
27 views

What are Channels in AQMP Rabbit MQ?

I have been reading through the RabbitMq in action book this is the following excerpt from the book [Chapter 2, Section 1] where i am stuck Whether you’re publishing a message, subscribing to a ...
1
vote
1answer
280 views

Netty: Pipe-ing output of one Channel to the input of an other

Netty-Gurus, I've been wondering if there is a shortcut/Netty-Utility/smart-trick for connecting the input of one Channel to the output of an other channel. In more details consider the following: ...