Re: Service Bus, connecting services behind firewall

2018-05-14 Thread Mansour Al Akeel
e's nothing similar to in the Qpid, it will be nice to have it. On Mon, May 14, 2018 at 12:32 PM, Gordon Sim wrote: > On 13/05/18 16:39, Mansour Al Akeel wrote: > >> Hello all, >> >> We have a situation where we need to connect multiple application in >> differ

Service Bus, connecting services behind firewall

2018-05-13 Thread Mansour Al Akeel
Hello all, We have a situation where we need to connect multiple application in different networks. We are trying to avoid opening a firewall hole. I have posted a question in ServiceMix users mailing list explaining what we need. http://mail-archives.apache.org/mod_mbox/servicemix-users/ 201805.

Re: Runnig python examples

2015-06-11 Thread Mansour Al Akeel
Ok, with AMQP 0-10 things seems to be working fine except for python not able to use credentials. To be able to connect from qpid-python I have to enable anonymous provider. On Thu, Jun 11, 2015 at 8:37 PM, Robbie Gemmell wrote: > On 11 June 2015 at 16:09, Mansour Al Akeel wrote: &

Re: Runnig python examples

2015-06-11 Thread Mansour Al Akeel
I restarted the server, but still no juice ! is there a way I can tell proton to use AMPQ 0-9 or 0-10 ? I think reverting back to a previous version should solve my problems for now ! On Thu, Jun 11, 2015 at 6:52 PM, Gordon Sim wrote: > On 06/11/2015 03:28 PM, Mansour Al Akeel wr

Re: Runnig python examples

2015-06-11 Thread Mansour Al Akeel
Gordon, thank you. I added Both Anonymous and PLAIN. Here's the steps to add them from the httpManagement console: -Double click "Broker" folder. Go to "Authentication Providers", and click add. -Fill the current information: Name: anonymous Type: Anonymous -Then did it again for Plain: Name: PLAI

Re: Runnig python examples

2015-06-11 Thread Mansour Al Akeel
n Sim wrote: > On 06/11/2015 01:01 PM, Mansour Al Akeel wrote: >> >> Hello, >> >> I have Qpid java broker 0.32. >> Installed python-qpid-proton 0.91 from pip using "pip install >> python-qpid-proton" (thank you for adding it to python packages) >

Runnig python examples

2015-06-11 Thread Mansour Al Akeel
Hello, I have Qpid java broker 0.32. Installed python-qpid-proton 0.91 from pip using "pip install python-qpid-proton" (thank you for adding it to python packages) I created a queue called "examples".Then downloaded qpid-proton-0.9.1.tar.gz to obtain the examples: Tried to run some examples wi

Re: Connecting to RabbitMQ using QPid client

2015-06-10 Thread Mansour Al Akeel
thank you eveybody for your support. I managed to open the web console, and created a queue. Now everything is working fine and I am able to send a message. I will try to install the python api and use it to read those messages. > > Ok > > (just to clarify though: using Proton, as the new JMS cl

Re: Connecting to RabbitMQ using QPid client

2015-06-10 Thread Mansour Al Akeel
thank you a lot for your help. I highly appreciate it. I am using Qpid broker 0.32 > reactive API bindings). What client API you should use depends on your > use case and what you actually need/want to do. > Let's stay with Qpid JMS. Since I don't want an embedded broker. All I need is a clien

Connecting to RabbitMQ using QPid client

2015-06-10 Thread Mansour Al Akeel
Hello, I am a bit confused by the compatibily issues between different versions of the AMPQ, and lost in the documentation. First thing, as far as I know, AMQP is not JMS. There's a lot of examples QPid about JMS, which led me to include that in QPid, JMS is compatible with AMQP. Is this conclus