Re: Compiling qpid in Windows

2011-09-26 Thread Virgilio Fornazin
We built our own qpid client libraries, since we need to use the sample boost version in project. That´s a mess, but is the only option you have. On Thu, Sep 22, 2011 at 17:47, yuriygeorge wrote: > I had the same problem, and then I realized I wasn't linking against to > necessary boost librarie

Re: Compiling qpid in Windows

2011-09-26 Thread joseluis
Hi, I've compiled qpid on windows with mingw32 and cmake qpid version 012 I suppouse you are trying to compile with visual c++ If so... have you tried with http://www.riverace.com/qpid/downloads.htm? -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Compiling-

memory consumption on broker not closing session

2011-09-26 Thread joseluis
I wrote a program who sends 1000 messages per second on testing address continuously The program below, read these messages, and after 1 messages, create a new session and receptor with same configuration as before The receptor and session get out of scope before creating the new one,

Re: JMS client skips string message properties

2011-09-26 Thread Gordon Sim
On 09/26/2011 12:07 PM, Jiri Krutil wrote: Hi Gordon, that sounds pretty good. One more thing I realized: Maybe using wstring for UTF-16 strings is not such a good idea due possible portability issues. Unfortunatelly the C++ standard does not guarantee the size of wchar_t -- it could be 16 bit

How can i appy queue options in java broker?

2011-09-26 Thread dizhi...@gmail.com
I knew qpid for one week. I set up a java broker. and i connect the broker by jms client. but i can't how to apply queue options for a created queue. I found the following configuration options in C++ broker online document. ( http://qpid.apache.org/books/trunk/AMQP-Messaging-Broker-CPP-Book/htm

How can i appy queue options in java broker?

2011-09-26 Thread dizhi...@gmail.com
I knew qpid for one week. I set up a java broker. and i connect the broker by jms client. but i can't how to apply queue options for a created queue. I found the following configuration options in C++ broker online document. ( http://qpid.apache.org/books/trunk/AMQP-Messaging-Broker-CPP-Book/htm

Re: JMS client skips string message properties

2011-09-26 Thread Jiri Krutil
Hi Gordon, that sounds pretty good. One more thing I realized: Maybe using wstring for UTF-16 strings is not such a good idea due possible portability issues. Unfortunatelly the C++ standard does not guarantee the size of wchar_t -- it could be 16 bits, 32 bits, or even 8 bits. Using other custo

Re: Can I send a reliable message via Qpid?

2011-09-26 Thread Gordon Sim
On 09/24/2011 01:20 AM, Daryoush Mehrtash wrote: How does order come into the picture? Is there any way for me to control if messages should be received in same order as it was queued? Generally messages are delivered in FIFO order. If you have multiple competing consumers and deliveries fai

Re: Priority queues with JMS Client/ Java Broker

2011-09-26 Thread Gordon Sim
On 09/24/2011 07:26 AM, Fraser Adams wrote: The correct syntax uses an extension in the queue creation: queueName;{create:always, node:{type:queue, x-declare:{arguments:{'x-qpid-priorities':2 Hi Ted - on a slightly related note as there any documentation anywhere that gives a definitive

Re: JMS client skips string message properties

2011-09-26 Thread Gordon Sim
On 09/23/2011 07:41 PM, Jiri Krutil wrote: I would also say that what Gordon suggests sounds fine. Could you please clarify how the following would work: 1) How do I write and read binary properties? All you require is to set the encoding explicitly to 'binary'. You can do that now, e.g.