[rabbitmq-discuss] Need Help

Allan Kamau kamauallan at gmail.com
Wed Nov 23 11:41:37 GMT 2011


On Wed, Nov 23, 2011 at 2:25 PM, Matthias Radestock
<matthias at rabbitmq.com> wrote:
> Karthikeyan,
>
> On 23/11/11 11:07, karthikeyan.manoharan at barclays.com wrote:
>>
>> *> Also, please send me working sample of spring - rabbitmq integration.*
>>  > When I try to create exchange, queues, channels and bind and send
>>  > message using spring ,exchanges , virtual host, queues are created But
>>  > message is not send.
>
> I suggest you direct this query to the spring-amqp forum at
> http://forum.springsource.org/forumdisplay.php?74-AMQP
>
> Your other questions regard the interaction of rabbit with a variety of
> proprietary technologies. It is possible that somebody on this list has used
> those combinations and can give you some pointers, but I suspect for most of
> them you are going to have to work out the solutions yourself.
>
> Regards,
>
> Matthias.
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>

How about simply sending AMQP messages using plain Java (or other
program code) from all these servers/application containers you have
mentioned. When your code is executed within an application container
you would need to know when in your application life cycle within the
container you would need to open a connection to rabbitMQ and when to
close it.

Allan.


More information about the rabbitmq-discuss mailing list