Re: pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread Timothy Bish
Great! Just note that ActiveMQ-CPP is now at 2.2.3 which can be downloaded from here: http://activemq.apache.org/cms/activemq-cpp-223-release.html I would recommend that you use at least 2.2.2 as there were some pretty nasty segfault issues resolved in that release. Regards Tim. On Tue, 2009

Re: pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread project2501
Thank you for pointing that out. I checked out the 2.2.1 baseline (also referred in the pyactivemq docs) and it works. Very relieved. project2501 wrote: > > Hi, > I followed the build instructions for pyactivemq. activemq-cpp builds > fine and the tests all complete. I installed all the packa

Re: pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread Timothy Bish
I looks like you are using the trunk code from ActiveMQ-CPP, trunk is highly unstable at the moment and I wouldn't recommend that you use it with pyActiveMQ. The most probable reason for the error is that there is now a required initialization call that must be made before using the ActiveMQ-CPP l

pyactivemq: No Matching Factory Registered for format := tcp

2009-01-13 Thread project2501
Hi, I followed the build instructions for pyactivemq. activemq-cpp builds fine and the tests all complete. I installed all the packages I think are needed. I am using Ubuntu 8.10 server. pyactivemq builds and install fine. The broker is running and I can telnet to the port, yet this error occur