Re: messaging API Connection open but Session in error

2014-06-25 Thread Gordon Sim
On 06/09/2014 08:05 PM, CLIVE wrote: - Inconsistent behavior of Sender when Broker not connected. When sending a message an Exception occurs, as no connection, but messages are still placed in outbound queue up until the Sender is flushed ('window Capacity/4' , not sure where the 4 comes from).

Re: Project Adverb - Illustrated AMQP decoding for real-world scenarios

2014-06-25 Thread Alan Conway
On Mon, 2014-06-23 at 14:16 -0400, Chuck Rolke wrote: Here's a link to get to the results. http://people.apache.org/~chug/Adverb/ That is Really Cool. It has immediate and obvious application as a learning and debugging tool for examining short AMQP sequences to see if what I think is

Re: Why performance of sending durable messages to qpid queue is really bad?

2014-06-25 Thread Alan Conway
On Fri, 2014-06-20 at 12:40 +0100, Gordon Sim wrote: On 06/19/2014 10:03 PM, smartdog wrote: I am not sending big messages, just a couple of words. Indeed, I use AMQP 1.0. Then it seems the static 1000ms latency comes from qpid timeout for waiting more messages to write to the store. Can I

Adding exchanges with SSL via qpid-config

2014-06-25 Thread Jesus M. Rodriguez
We've got a qpid C++ broker configured for SSL, and have tried to add an exchange using qpid-config. Trying it without the -ssl options doesn't work (probably expected): qpid-config add exchange topic event Trying it with various ssl options qpid-config

Re: Adding exchanges with SSL via qpid-config

2014-06-25 Thread Gordon Sim
On 06/25/2014 09:43 PM, Jesus M. Rodriguez wrote: We've got a qpid C++ broker configured for SSL, and have tried to add an exchange using qpid-config. Trying it without the -ssl options doesn't work (probably expected): qpid-config add exchange topic event Trying it with various ssl

Re: Adding exchanges with SSL via qpid-config

2014-06-25 Thread Jesus M. Rodriguez
Gordon, UGH! that was it. We tried ssl:, tcp:, no protocol, and amqps never occurred to us. Thanks so much. Sincerely, jesus On Wed, Jun 25, 2014 at 4:59 PM, Gordon Sim g...@redhat.com wrote: On 06/25/2014 09:43 PM, Jesus M. Rodriguez wrote: We've got a qpid C++ broker configured for SSL,

qpid 0.28 + qpid jca + jboss 7 + spring 3.2.x (jms)

2014-06-25 Thread Amy Wu
Hello, I'm trying to figure out the best way to use qpid for messaging for a Java web application hosted on JBoss that uses the Spring framework. So far, I am able to get things working if I specify something like this in my applicationContext.xml bean id=qpidConnFactory

Re: Project Adverb - Illustrated AMQP decoding for real-world scenarios

2014-06-25 Thread Chuck Rolke
Yes, there's a ton more analysis one could do. For this baby step I specifically didn't what to do anything that Wireshark already does or can do. Also, the pages I'm showing are produced by a lowly .xsl script which works a certain magic but isn't capable of all that much in one pass. I