Disabling the TCP Port

2011-07-15 Thread Phil Brown
Hi all, Is there a way to disable the TCP port such that only the SSL port is accessible? I noticed that there is a --requiresEncryption flag. When I tried using it, (QPID Windows 0.8x version), it does indeed refuse TCP connections, however, it also rejects SSL connections. Your help would be g

Re: Queue/Route persistence with C++ broker restart

2011-07-15 Thread Phil Brown
Hi Gordon, Thank you so very much for the help! On Wed, Jun 22, 2011 at 8:02 AM, Gordon Sim wrote: > On 06/21/2011 02:05 PM, Phil Brown wrote: > >> I am looking at creating a route between either an exchange (or a queue) >> on >> one C++ Broker to an exchange on anot

Queue/Route persistence with C++ broker restart

2011-06-21 Thread Phil Brown
Hi Everyone, I am looking at creating a route between either an exchange (or a queue) on one C++ Broker to an exchange on another C++ Broker. What is import for me is that this route survives either or both Broker's being restarted. Is this possible? If so can the route be created via the messa

Re: address strings

2011-06-04 Thread Phil Brown
o Alexandre Fornazin wrote: >> You have to include the x-bindings like the following syntax >> >> my_queue ; { mode: consume, create: always, node: { type: queue, x-bindings: >> [{ exchange: amq.direct, queue: my_queue, key: my_routing_key }] } } >> >> -Orig

Re: address strings

2011-06-03 Thread Phil Brown
ype: queue, > x-bindings: > [{ exchange: amq.direct, queue: my_queue, key: my_routing_key }] } } > > -Original Message- > From: Phil Brown [mailto:brown.p...@gmail.com] > Sent: sexta-feira, 3 de junho de 2011 15:25 > To: users@qpid.apache.org > Subject: address string

address strings

2011-06-03 Thread Phil Brown
Hi, I am having an issue with address strings. About 1/2 of the client applications are still using the qpid client api and the rest are using qpid messaging api. It isn't quite feasible to change the older apps at this particular instance. The server creates a queue using the messaging api: s

Re: Number of messages in a queue.

2011-05-19 Thread Phil Brown
Hi Gordon, Thank you for your help and the sample code! On Thu, May 19, 2011 at 10:47 AM, Gordon Sim wrote: > On 05/19/2011 02:51 PM, Phil Brown wrote: > >> I am fairly new to qpid and trying to learn the ropes. >> >> From what I understand, there is no way, throu

Re: Number of messages in a queue.

2011-05-19 Thread Phil Brown
Hi Steve, Thank you for your help! On Thu, May 19, 2011 at 10:48 AM, Steve Huston wrote: > Hi Phil, > > > I am fairly new to qpid and trying to learn the ropes. > > Great - welcome! > > > From what I understand, there is no way, through the C++ > > Messaging API, to get the number of messages i

Number of messages in a queue.

2011-05-19 Thread Phil Brown
I am fairly new to qpid and trying to learn the ropes. >From what I understand, there is no way, through the C++ Messaging API, to get the number of messages in a queue. How can this be done? Is there any sample code? Any help would be greatly appreciated!!! Thanks! Phil.