[openamq-dev] Getting Started with WireAPI on Windows

Cameron Taggart cameron.taggart at gmail.com
Wed Feb 27 23:02:11 CET 2008


I was hoping to use the Client WireAPI on a Windows computer to
connect to a Apache Qpid broker.  I installed Microsoft Visual C++ 6.0
today and built OpenAMQ-1.2c4 following the build instructions [1].
That was easy, but figuring out the include paths, library paths, and
libraries to get the first example in the WireAPI pdf spec working [2]
was a pain.  A may need to document that if I get time.

What versions of the AMQ Protocol are supported by the WireAPI?  Only
0-9?  If not, how can I set it to do 0-8?

A coworker of mine setup an Apache Qpid M2 [3] broker.  I think it
implement the 0-8 protocol, although when I have the WireAPI client
connect to it, I get this error:

version mismatch: server sent (1,1,8,0) expected (1,1,0,9)

I think Qpid has a bug and should read (1,1,0,8).  WDYT?

Cameron

[1] http://openamq.org/build.html
[2] http://openamq.org/wireapi.html
[3] http://www.mail-archive.com/announce@apache.org/msg00437.html


More information about the openamq-dev mailing list