Re: Problem with the dotnet client-010

2009-12-02 Thread Aidan Skinner
On Sun, Nov 29, 2009 at 7:47 PM, John Obaterspok john.obaters...@gmail.com wrote: Unfortunatly not, I gave up since I never got the dotnet client-010 to work. Nor could I compile the stuff on Linux since I got some jython error so there was no way for me to debug it :( Julien provided a patch

Re: can't list in java cli

2009-11-11 Thread Aidan Skinner
On Wed, Nov 11, 2009 at 5:34 PM, Robbie Gemmell robbie.gemm...@gmail.com wrote: The CLI has rotted as various additions have been made to and bugs fixed in the brokers management interface, it needs some serious love. That said, I seem to recall doing what you are trying at some point and it

Re: Creating Java unit tests with VM broker

2009-11-09 Thread Aidan Skinner
On Mon, Nov 9, 2009 at 12:32 PM, Tomas Lukošius luto...@gmail.com wrote: I would like to run my JUnit tests without explicitly starting QPID server (similar as ActiveMQ tests are configured using VM transport - vm://localhost). Is there any documentation how to use VM broker for JUnit tests.

Re: Stack trace for Java client

2009-11-09 Thread Aidan Skinner
There isn't anyway really to disable these except, as Marnie points out, to redirect stderr/stdout. I've filed QPID-2192 to track this issue. On Wed, Nov 4, 2009 at 5:28 PM, Fox, Brian b...@soe.ucsd.edu wrote: Hi there - The java client code (downloaded here:

Re: Python 0.5 Client

2009-09-11 Thread Aidan Skinner
On Fri, Sep 11, 2009 at 2:17 AM, Sammy Yu temi...@gmail.com wrote:    I'm trying to get the 0.5 python client to talk to the java broker.  However whenever I try to import qpid with the 0.8 spec it errors out.  This appears to be a known issue QPID-1562.  Is there is a workaround available?

Re: How can I disable the trace printing of Qpid?

2009-09-09 Thread Aidan Skinner
On Mon, Sep 7, 2009 at 4:21 PM, Jonathan Robiejonathan.ro...@redhat.com wrote: Isn't the Java client's output determined by the log4j file (log4j.xml)? Not really, no. Except, maybe. Kinda. The client uses SLF4J, which can use log4j which could use java/broker/etc/log4j.xml (but doesn't unless

Re: C++ client won't connect to Java broker

2009-08-20 Thread Aidan Skinner
On Thu, Aug 20, 2009 at 3:40 PM, Rich Stephensrsteph...@sumglobaltech.com wrote: The same java server has no problem acception messages via JMS from Java, but whenever I try to connect to it from the C++ client using a URL, I get the following exception thrown from connection-open(URL): This

Re: problem with java broker QPID

2009-07-06 Thread Aidan Skinner
On Mon, Jul 6, 2009 at 10:27 AM, Pajares Ferrandospaja...@dsic.upv.es wrote: Please, I need help. I'm trying to run the Java Broker QPID. And I got this capture. Any suggestions please? I suspect it may be to do with the startup script on windows not coping with spaces in the path you've

Re: qpid + Java without JMS...?

2009-07-02 Thread Aidan Skinner
On Thu, Jul 2, 2009 at 1:55 PM, Bryan Kearneybkear...@redhat.com wrote: The only thing I could see is that some of the exchange binding as done through JMS is a bit odd. I create 3 JMS Queues which result in on QPID queue being created with 2 bindings. If there was a more logical connection

Re: QPID java client release compatibility with AMQP version

2009-07-02 Thread Aidan Skinner
On Thu, Jul 2, 2009 at 3:09 PM, Leglise Yannylegl...@sopragroup.com wrote: I actually experience problem When launching the client, I have the following traces: IoReceiver - localhost/127.0.0.1:5672 2009-07-02 15:59:53,160 DEBUG [apache.qpid.transport.Connection] connection closed:

Re: how to connect to na AMQP 0.8 server?

2009-06-24 Thread Aidan Skinner
On Wed, Jun 24, 2009 at 2:37 AM, Carl Trieloff cctriel...@redhat.comwrote: Here is the matrix of what versions AMQP versions Qpid supports http://qpid.apache.org/download.html for python, you need to load the spec file for the version broker you want to talk to. The python client can talk

Re: how to connect to na AMQP 0.8 server?

2009-06-24 Thread Aidan Skinner
On Wed, Jun 24, 2009 at 10:19 AM, Gordon Sim g...@redhat.com wrote: Aidan Skinner wrote: On Wed, Jun 24, 2009 at 2:37 AM, Carl Trieloff cctriel...@redhat.com wrote: Here is the matrix of what versions AMQP versions Qpid supports http://qpid.apache.org/download.html for python, you need

Re: Building Qpid 0.5

2009-06-23 Thread Aidan Skinner
On Tue, Jun 23, 2009 at 4:11 PM, Marcus Schrödermarcus.schroe...@gmail.com wrote: I get the following SHA for the download: m...@tzi-mss:~/Desktop$ openssl sha qpid-cpp-0.5.tar.gz SHA(qpid-cpp-0.5.tar.gz)= 3de04b01713e42fc208c9695aaf305ddc9a34dd3 This checksum is given both for the file I

Re: QPID M5 Release date?

2009-05-14 Thread Aidan Skinner
On Thu, May 14, 2009 at 7:27 AM, ftil555 nitinsay...@gmail.com wrote:     May I know, when the QPID M5 is being released? soon :) Martin has just started a Vote on releasing it, you can download the release candidate from http://people.apache.org/~ritchiem/Qpid-0.5/RC3/ If there aren't any

Re: tmm1-amqp QPID

2009-04-24 Thread Aidan Skinner
On Fri, Apr 24, 2009 at 4:41 PM, Gordon Sim g...@redhat.com wrote: Aidan Skinner wrote: What appears to have gone wrong is a field table allocation when it's decoding the framing. I don't have any ruby knowledge but if you wanted to start digging into the client that's probably a good place

Re: maven repo for qpid

2009-03-25 Thread Aidan Skinner
On Wed, Mar 25, 2009 at 11:55 AM, Bryan Kearney bkear...@redhat.com wrote: FWIW I loaded some of the packages into Aritfactory, and here are the pom dependencies to run a client within a JBoss server: Nice! Thanks! It's probably a bit late to get these into 0.5 but that's dead useful. Hadn't

Re: send/receive to/from remote machine

2009-03-23 Thread Aidan Skinner
On Mon, Mar 23, 2009 at 12:09 PM, Gordon Sim g...@redhat.com wrote: ft420 wrote: do you mean without persistence plugin creating durable queue is not possible? No, unfortunately not. We do want a plugin that can be part of Qpid but it would have to rely only on ASF compatible libraries and

Re: QPID Java broker + Persistant store

2009-02-23 Thread Aidan Skinner
On Mon, Feb 23, 2009 at 1:49 PM, ffrenchm ffrench.mathi...@gmail.com wrote: I now remember that Aidan Skinner-2 told me that QPid Java Broker is now using Apache Derby as persistant message store. I think it means that Berkeley DB with QPid Java Broker is now deprecated, isn't it ? The BDB

Re: [Newbie Question] Is QPID using AMQP between client and server?

2009-02-20 Thread Aidan Skinner
On Fri, Feb 20, 2009 at 4:49 PM, Markus KARG markus.k...@gmx.net wrote: Is QPID using AMQP between its client and server? Yes. Does that man that a QPID client can talk to any AMQP server, and any AMQP client can talk to a QPID server? That somewhat depends on AMQP version, some parts

Re: Installing on RHEL4

2009-01-21 Thread Aidan Skinner
On Wed, Jan 21, 2009 at 5:20 PM, Joshua Boyd jdb...@etinternational.com wrote: If I switch to the cpp directory in the source and type: ./configure the line complaining about the XML file goes away, but the complaint below about Boost libraries could not be found persists. This should work.