Re: [Dev] WSO2-DSS - AMQP Consumer

2016-08-18 Thread Madhawa Gunasekara
Hi Reza,

Since RabbitMq has JMS support, you can directly use DSS JMS Transport [1]
to achieve this.

[1] https://docs.wso2.com/display/DSS350/JMS+Transport

Thanks,
Madhawa

On Wed, Aug 17, 2016 at 10:51 PM, Reza Ameri  wrote:

> Hi all,
>
> I am using RabbitMq as my message queue and I have to use AMQP protocol in
> my application. I am publishing messages to my queues in RabbitMq and
> consume the messages using nodejs client. As an enhancement I want to omit
> the nodejs consumer client and replace it with WSO2 Data Service Server,
> since currently the nodejs client calls the services hosted on wso2-dss,
> after fetching them from queue.
>
> I searched a lot and I didn't find proper way to do this without using
> wso2-esb. I may be able to solve my problem with qpid client, but I really
> need help.
>
> It would be better if you answer my question on Stackoverflow[1]
>  so others can reach it too.
>
>
> [1]: http://stackoverflow.com/q/38958756/1635051
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware

mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
*
linkedin: *http://lk.linkedin.com/in/mgunasekara
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2-DSS - AMQP Consumer

2016-08-17 Thread Reza Ameri
Hi all,

I am using RabbitMq as my message queue and I have to use AMQP protocol in
my application. I am publishing messages to my queues in RabbitMq and
consume the messages using nodejs client. As an enhancement I want to omit
the nodejs consumer client and replace it with WSO2 Data Service Server,
since currently the nodejs client calls the services hosted on wso2-dss,
after fetching them from queue.

I searched a lot and I didn't find proper way to do this without using
wso2-esb. I may be able to solve my problem with qpid client, but I really
need help.

It would be better if you answer my question on Stackoverflow[1]
 so others can reach it too.


[1]: http://stackoverflow.com/q/38958756/1635051
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev