Re: Unknown protocol: tcp

2011-11-24 Thread joseluis
http://apache-qpid-users.2158936.n2.nabble.com/compiling-statically-qpid-td7029304.html -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Unknown-protocol-tcp-tp5981768p7029542.html Sent from the Apache Qpid users mailing list archive at Nabble.com.

C++ broker JMS Subscriber & topic exchange

2011-11-24 Thread Thomas Kirkham
Hi All, I've been using QPID for a while using code based on the Java publish and subscribe examples. But I am now integrating with a client using C# that is using topic exchanges. The broker is running in C++ and before the java publish and subscriber set up the topic when executed

Re: How to use Qpid Ring Queues in Java

2011-11-24 Thread Sanjeev Pandit
Thanks Frase. This is exactly what I was looking for. On Thu, Nov 24, 2011 at 10:09 AM, Fraser Adams wrote: > Hi Sanjeev, > In Java it's all in JMS, you've got a couple of options - one is to create a > queue "administratively" via qpid-config > > e.g. qpid-config add queue testqueue --limit-poli

compiling statically qpid

2011-11-24 Thread joseluis
qpid doesn't work compiling statically I need it in order to manage exceptions properly in windows with mingw32 The problem looks to be on TCPConnector.cpp struct StaticInit { StaticInit() { Connector::registerFactory("tcp", &create); }; } init; This c

Re: How to configure SSL in Qpidd C++ Windows Client

2011-11-24 Thread Hamid.Shahid
Hi Jakub and Steve, Thank you for the detailed information. I would like to contribute to the community, but actually I am very new to this and I have never build any open source liberaries. Can you please me guide me through with detailed steps regarding how can I build the latest 64-bit verios

Re: How to use Qpid Ring Queues in Java

2011-11-24 Thread Fraser Adams
Hi Sanjeev, In Java it's all in JMS, you've got a couple of options - one is to create a queue "administratively" via qpid-config e.g. qpid-config add queue testqueue --limit-policy=ring Or you could do it via an address, the following is for a queue called testqueue, bound to the default hea

AMQConnectionFailureException: connect() aborted [error code 200: reply success]

2011-11-24 Thread Zhemzhitsky Sergey
Hi there, I’m using QPID 0.8 C++ Broker and the corresponding qpid java client. When I’m trying to connect to it I’m getting the following exception. So, I’m wondering why such an exception may occur? org.apache.qpid.AMQConnectionFailureException: connect() aborted [error code 200: reply succes

JMS auto reconnect - is there any way to get notified of a disconnect??

2011-11-24 Thread Fraser Adams
Hi all, I've been using the JMS auto reconnection feature e.g. with a brokerList containing: tcp://localhost:5672?connectdelay='5000'&retries='2147483647' which is working very nicely, but I've got a perhaps slightly obtuse question :-) The auto reconnect is nicely transparent to clients, w

RE: Qpid and web sockets. NodeJS

2011-11-24 Thread Ilyushonak Barys
Gordon, thank you for the perfect answer! It seems that I need. -Original Message- From: Gordon Sim [mailto:g...@redhat.com] Sent: Thursday, November 24, 2011 1:39 PM To: users@qpid.apache.org Subject: Re: Qpid and web sockets. NodeJS On 11/24/2011 08:39 AM, Ilyushonak Barys wrote: > Hi

Re: Qpid and web sockets. NodeJS

2011-11-24 Thread Gordon Sim
On 11/24/2011 08:39 AM, Ilyushonak Barys wrote: Hi, guru. We have faced with need to communicate NodeJS and Qpid. I have googled it a little and find only: http://hg.rabbitmq.com/rabbitmq-service-nodejs-sample/ https://github.com/jamescarr/nodejs-amqp-example/blob/master/node/app.js Could you p

Qpid and web sockets. NodeJS

2011-11-24 Thread Ilyushonak Barys
Hi, guru. We have faced with need to communicate NodeJS and Qpid. I have googled it a little and find only: http://hg.rabbitmq.com/rabbitmq-service-nodejs-sample/ https://github.com/jamescarr/nodejs-amqp-example/blob/master/node/app.js Could you please shed light on it? Is it possible with qpid?