Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread Oleksandr Rudyy
, 12 Feb 2021 at 18:51, KOELMAN Herbert wrote: > > Ok, thank you for your help. > > -Message d'origine- > De : Rob Godfrey > Envoyé : vendredi 12 février 2021 19:15 > À : users@qpid.apache.org > Cc : VARSHNEY Prerna > Objet : Re: [RABBITMQ/QPID-JMS/VHOST] fai

RE: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread KOELMAN Herbert
Ok, thank you for your help. -Message d'origine- De : Rob Godfrey Envoyé : vendredi 12 février 2021 19:15 À : users@qpid.apache.org Cc : VARSHNEY Prerna Objet : Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host So, the Qpid JMS client only speaks AMQP 1.0. In the

Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread Rob Godfrey
0-9-1 ? Or do I need to > downgrade QPID's version ? > > (By the way, your help is much appreciated ;-) ) > -Message d'origine- > De : Rob Godfrey > Envoyé : vendredi 12 février 2021 15:29 > À : users@qpid.apache.org > Cc : VARSHNEY Prerna > Objet : Re: [RABBIT

RE: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread KOELMAN Herbert
27;origine- De : Rob Godfrey Envoyé : vendredi 12 février 2021 15:29 À : users@qpid.apache.org Cc : VARSHNEY Prerna Objet : Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host So, I think what you are seeing here is essentially a bug in the RabbtMQ AMQP 1.0 plugin. IIRC (and i

Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread Rob Godfrey
; Closing all channels from > connection '<<"127.0.0.1:49982 -> 127.0.0.1:5672">>' because it has been > closed > > Rabbit vhosts setup: > herbert@centos-001$ sudo rabbitmqctl list_vhosts > Listing vhosts ... > name > /test >

RE: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-12 Thread KOELMAN Herbert
t has been closed Rabbit vhosts setup: herbert@centos-001$ sudo rabbitmqctl list_vhosts Listing vhosts ... name /test / herbert@centos-001$ sudo rabbitmqctl list_queues -p /test Timeout: 60.0 seconds ... Listing queues for vhost /test ... namemessages vval0 conf.r 0 conf.q 0 -Messa

Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-11 Thread Rob Godfrey
> > I had the feeling that this would pair up nicely. When I connect my > program to the default virtual host (/), all running fine. > > > -Message d'origine- > De : Rob Godfrey > Envoyé : jeudi 11 février 2021 13:14 > À : users@qpid.apache.org > Cc : VARSHNE

RE: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-11 Thread KOELMAN Herbert
dfrey Envoyé : jeudi 11 février 2021 13:14 À : users@qpid.apache.org Cc : VARSHNEY Prerna Objet : Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host Are you enabling AMQP 1.0 support on RabbitMQ via their plugin (RabbitMQ does not support AMQP 1.0 by default - see https://

Re: [RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-11 Thread Rob Godfrey
Are you enabling AMQP 1.0 support on RabbitMQ via their plugin (RabbitMQ does not support AMQP 1.0 by default - see https://www.rabbitmq.com/protocols.html). The Qpid JMS client uses AMQP 1.0 only. -- Rob On Thu, 11 Feb 2021 at 13:06, KOELMAN Herbert < herbert.koel...@soprasteria.com> wrote: >

[RABBITMQ/QPID-JMS/VHOST] failed to connect to a virtual host

2021-02-11 Thread KOELMAN Herbert
Hello, I'd like to connect to a RabbitMQ virtual host, but it's not quite clear how I should setup my JMS connection. I'm using - RabbiMQ version 3.8.9 - Qipid-jms : 0.55.0 I thought it was just a matter of adding the virtual host name at the end of the connection URL. But

Re: Failed to connect (reconnect disabled) issue

2013-02-20 Thread Rajesh Khan
From: Rajesh Khan [mailto:rajeshkhan...@gmail.com] > > Sent: Wednesday, February 20, 2013 2:01 PM > > To: users@qpid.apache.org > > Subject: Failed to connect (reconnect disabled) issue > > > > Currently in my application (after a while) whenever I need to connect > to a

RE: Failed to connect (reconnect disabled) issue

2013-02-20 Thread Steve Huston
Do you ever close the Connection objects? > -Original Message- > From: Rajesh Khan [mailto:rajeshkhan...@gmail.com] > Sent: Wednesday, February 20, 2013 2:01 PM > To: users@qpid.apache.org > Subject: Failed to connect (reconnect disabled) issue > > Currently in my

Re: Failed to connect

2011-02-14 Thread SanathPrudhvi
sbResponse.Length); } } catch (Exception ex) { flag = false; throw ex; } ++count; if (count > messageCount)

Re: Failed to connect

2011-02-09 Thread Ted Ross
connect do any of the other clients connect? i.e. firewall, iptables, etc ?? Carl. On 02/07/2011 01:49 AM, SanathPrudhvi wrote: Hi, I am using C++ broker with .net client I am getting error while connecting to my C++ broker. Error is "Failed to Connect". I am using defaul

RE: Failed to connect

2011-02-09 Thread SanathPrudhvi
No. thanks, -Sanath From: Carl Trieloff [via Apache Qpid users] [ml-node+6000346-425776785-310...@n2.nabble.com] Sent: Monday, February 07, 2011 7:27 PM To: Sanath_Prudhvi Subject: Re: Failed to connect do any of the other clients connect? i.e. firewall

Re: Failed to connect

2011-02-07 Thread Carl Trieloff
do any of the other clients connect? i.e. firewall, iptables, etc ?? Carl. On 02/07/2011 01:49 AM, SanathPrudhvi wrote: Hi, I am using C++ broker with .net client I am getting error while connecting to my C++ broker. Error is "Failed to Connect". I am using default setting

Failed to connect

2011-02-06 Thread SanathPrudhvi
Hi, I am using C++ broker with .net client I am getting error while connecting to my C++ broker. Error is "Failed to Connect". I am using default settings. server name : localhost port number : 5672 thanks, -Sanath -- View this message in context: http://apache-qpid-users.