<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
We have lightweight TCP adapters in Spring Integration; it makes it
very easy to bridge tcp to/from Rabbit. I just pushed a very simple
sample here. <br>
<br>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<br>
<a
href="https://github.com/garyrussell/spring-integration-samples/tree/INTSAMPLES-66/basic/tcp-amqp">https://github.com/garyrussell/spring-integration-samples/tree/INTSAMPLES-66/basic/tcp-amqp</a><br>
<br>
<br>
It sends data from a telnet client to a netcat server via a rabbit
queue.<br>
<br>
<br>
Gary<br>
<br>
On 02/28/2012 12:16 AM, Uday Subbarayan wrote:
<blockquote
cite="mid:1330406173.4296.YahooMailNeo@web44909.mail.sp1.yahoo.com"
type="cite">
<div style="color:#000; background-color:#fff; font-family:times
new roman, new york, times, serif;font-size:12pt">
<div><span>I am aware of the general purpose EAI frameworks
including Camel. We are building a high performance compute
cluster and using Rabbit MQ to pass messages. So, i want
something very simple TCP server to receive & send
messages to the queue.</span></div>
<div><span><br>
</span></div>
<div><span>Best,</span></div>
<div><span>Uday.</span></div>
<div><br>
</div>
<div style="font-size: 12pt; font-family: 'times new roman',
'new york', times, serif; ">
<div style="font-size: 12pt; font-family: 'times new roman',
'new york', times, serif; ">
<div dir="ltr"> <font face="Arial" size="2">
<hr size="1"> <b><span style="font-weight:bold;">From:</span></b>
Oleg Zhurakousky <a class="moz-txt-link-rfc2396E" href="mailto:ozhurakousky@vmware.com"><ozhurakousky@vmware.com></a><br>
<b><span style="font-weight: bold;">To:</span></b>
Michael Bridgen <a class="moz-txt-link-rfc2396E" href="mailto:mikeb@rabbitmq.com"><mikeb@rabbitmq.com></a> <br>
<b><span style="font-weight: bold;">Cc:</span></b>
<a class="moz-txt-link-abbreviated" href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a> <br>
<b><span style="font-weight: bold;">Sent:</span></b>
Monday, February 27, 2012 6:20 AM<br>
<b><span style="font-weight: bold;">Subject:</span></b>
Re: [rabbitmq-discuss] Apache MINA Integration<br>
</font> </div>
<br>
I believe it is a more general concern and typically handled
by integration frameworks, in this case EIP-style
(<a class="moz-txt-link-freetext" href="http://www.eaipatterns.com/">http://www.eaipatterns.com/</a>) frameworks such as Spring
Integration (<a class="moz-txt-link-freetext" href="http://www.springsource.org/spring-integration">http://www.springsource.org/spring-integration</a>)<br>
These frameworks already have fist class integration with
AMQP (e.g., AMQP inbound and outbound channel adapters) as
well as other protocols and products including TCP/IP.<br>
<br>
Oleg<br>
<br>
----- Original Message -----<br>
From: "Michael Bridgen" <<a moz-do-not-send="true"
ymailto="mailto:mikeb@rabbitmq.com"
href="mailto:mikeb@rabbitmq.com">mikeb@rabbitmq.com</a>><br>
To: <a moz-do-not-send="true"
ymailto="mailto:rabbitmq-discuss@lists.rabbitmq.com"
href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
Sent: Monday, February 27, 2012 6:43:12 AM<br>
Subject: Re: [rabbitmq-discuss] Apache MINA Integration<br>
<br>
> Has anyone integrated Apache MINA with Rabbit MQ to
publish and receive<br>
> messages?<br>
<br>
What form would you expect such an integration to take?<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a moz-do-not-send="true"
ymailto="mailto:rabbitmq-discuss@lists.rabbitmq.com"
href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a moz-do-not-send="true"
href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss"
target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a moz-do-not-send="true"
ymailto="mailto:rabbitmq-discuss@lists.rabbitmq.com"
href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a moz-do-not-send="true"
href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss"
target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
<br>
<br>
</div>
</div>
</div>
</blockquote>
</body>
</html>