Author |
Message
|
simpleDeveloper |
Posted: Fri Sep 11, 2020 12:46 am Post subject: RabbitMQ questions |
|
|
Newbie
Joined: 11 Sep 2020 Posts: 3
|
Hello everybody.
someone knows how to accept service requests from RabbitMQ?
I need this because communication is planned between Java and IIB with RabbitMQ.
I myself did not find anything working.
there is no desire to write your own connector for rabbitmq.  |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 11, 2020 5:02 am Post subject: Re: RabbitMQ questions |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
simpleDeveloper wrote: |
Hello everybody.
someone knows how to accept service requests from RabbitMQ?
I need this because communication is planned between Java and IIB with RabbitMQ.
I myself did not find anything working.
there is no desire to write your own connector for rabbitmq.  |
So did you set up RabbitMQ as a foreign JMS provider in IIB?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
simpleDeveloper |
Posted: Fri Sep 11, 2020 7:13 am Post subject: Re: RabbitMQ questions |
|
|
Newbie
Joined: 11 Sep 2020 Posts: 3
|
fjb_saper wrote: |
simpleDeveloper wrote: |
Hello everybody.
someone knows how to accept service requests from RabbitMQ?
I need this because communication is planned between Java and IIB with RabbitMQ.
I myself did not find anything working.
there is no desire to write your own connector for rabbitmq.  |
So did you set up RabbitMQ as a foreign JMS provider in IIB?  |
No, i didn`t, does u have maybe some example JMS provider for rabbitmq?
Or u do this and this worked? |
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 11, 2020 7:31 am Post subject: Re: RabbitMQ questions |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
simpleDeveloper wrote: |
does u have maybe some example JMS provider for rabbitmq? |
RabbitMQ is inherently a Java Message Service provider, given that it provides a message service for Java based applications.
simpleDeveloper wrote: |
u do this and this worked? |
Adding JMS providers to IIB works fine. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
simpleDeveloper |
Posted: Mon Sep 14, 2020 10:55 pm Post subject: Re: RabbitMQ questions |
|
|
Newbie
Joined: 11 Sep 2020 Posts: 3
|
Vitor wrote: |
simpleDeveloper wrote: |
does u have maybe some example JMS provider for rabbitmq? |
RabbitMQ is inherently a Java Message Service provider, given that it provides a message service for Java based applications.
simpleDeveloper wrote: |
u do this and this worked? |
Adding JMS providers to IIB works fine. |
I tried but didn`t work out.
Do you have an example for Rabbit?  |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Sep 15, 2020 4:31 am Post subject: Re: RabbitMQ questions |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
simpleDeveloper wrote: |
I tried but didn`t work out.
Do you have an example for Rabbit?  |
How do you want us to help you if you're so skimpy on the details?
So you tried? How? What did you do? What was the result/error message?
You sound like: so I went to the pool and couldn't get to the other side. Did you bother to tell us whether you knew how to swim??
More details, better help  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|