[rabbitmq-discuss] amqp over http bridge with c#

Brett Cameron brett.r.cameron at gmail.com
Thu Nov 7 19:51:22 GMT 2013


Lijo,

Possibly RabbitHub (https://github.com/brc859844/rabbithub has been tested
up to RabbitMQ 3.1.5) might do part of what you want?

Brett



On Thu, Nov 7, 2013 at 10:56 PM, Lijo Sebastian
<lijo at citrusinformatics.com>wrote:

>   Videla,
>
>                  Our requirement is like that. For security purposes, we
> do all incoming requests like this. nginx will redirect to the specified
> api or a webpage or anything.
>                 What we need here is a messaging protocol that supports
> Publish/Subscribe mechanism, that connects to server through nginx proxy
> pass.
>                 ave tried mqtt, xmpp etc. but they does not supports this
> http bridging.H
>                 Please let me know if this is possible with RabbitMQ, or
> any other MQ protocols.
>
> Regards,
> Lijo Sebastian
> Senior Software Engineer
> Citrus Informatics (India) Pvt Ltd.
>
>  *From:* Alvaro Videla <videlalvaro at gmail.com>
> *Sent:* Thursday, November 07, 2013 2:21 PM
> *To:* Discussions about RabbitMQ <rabbitmq-discuss at lists.rabbitmq.com>
> *Subject:* Re: [rabbitmq-discuss] amqp over http bridge with c#
>
>  Lijo,
>
> Why do you need to have nginx in front of your RabbitMQ server?
>
> Why do you need to publish messages over HTTP?
>
> Also, may I ask. Have you read and followed the tutorials offered on the
> website? http://www.rabbitmq.com/getstarted.html
>
> The tutorials will give you a good understanding of what RabbitMQ and AMQP
> can do.
>
> Regards,
>
> Alvaro
>
>
>
> On Thu, Nov 7, 2013 at 9:41 AM, Lijo Sebastian <lijo at citrusinformatics.com
> > wrote:
>
>>
>> You saying i cannot have a nginx server in between a client machine and
>> server?
>>
>>
>>
>> Regards,
>> Lijo Sebastian
>> Senior Software Engineer
>> Citrus Informatics (India) Pvt Ltd.
>> -----Original Message----- From: Michael Klishin
>> Sent: Thursday, November 07, 2013 1:59 PM
>> To: Discussions about RabbitMQ
>> Subject: Re: [rabbitmq-discuss] amqp over http bridge with c#
>>
>>
>> On 7 Nov 2013, at 08:41, Lijo Sebastian <lijo at citrusinformatics.com>
>> wrote:
>>
>> i have a scenario where my c# application should send/receive messages
>>> from server.
>>>        But an nginx server will proxy pass the connection with default
>>> port 80 in between.
>>>
>>
>> Answered in
>> http://markmail.org/thread/uam7kyj7bnfx6jyr
>>
>> You cannot use Nginx to proxy HTTP traffic to port 5672
>> because HTTP and AMQP 0-9-1 are very different protocols.
>>
>> MK
>>
>> Software Engineer, Pivotal/RabbitMQ
>>
>>
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>> _______________________________________________
>> rabbitmq-discuss mailing list
>> rabbitmq-discuss at lists.rabbitmq.com
>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>
>
>
> ------------------------------
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131108/f7c6bf7f/attachment.htm>


More information about the rabbitmq-discuss mailing list