.Net support for CPP client

2007-05-04 Thread cppUser
Hi, Ive been trying to run the cpp client through .net framework(by including the library and header files in the .net project). However it throws a runtime error [exactly at a dymanic_cast "IOTransport* ioTransport = dynamic_cast( next );" in TcpTransport.cpp] and doesnt do createConnection(). I

Re: .Net support for CPP client

2007-05-04 Thread cppUser
wrote: > > FWIW there is a C# client which might be a bit better for working on .net. > http://activemq.apache.org/nms/ > > (Though I agree, the C++ code should hopefully still compile on .net). > > On 5/4/07, cppUser <[EMAIL PROTECTED]> wrote: >> >> Hi, &

Restrictions in uri supports for cpp client?

2007-05-15 Thread cppUser
Hi All, I tried to use the url options mentioned in the following link, but was only successful with "tcp" and "io"(partially only). http://activemq.apache.org/uri-protocols.html They all fail. For eg "list:tcp://10.234.88.110:61616??wireFormat=openwire,tcp://localhost:61616?wireFormat=openwire

Re: Restrictions in uri supports for cpp client?

2007-05-17 Thread cppUser
Thanks a lot Nate! nmittler wrote: > > Discovery is not currently supported by activemq-cpp. You can see the > list > of options here: > > http://activemq.apache.org/cms/configuring.html > > Regards, > Nate > > On 5/16/07, cppUser <[EMAIL PROTECTED]>

Activemq cpp for solaris

2007-05-18 Thread cppUser
Hi, Could somebody guide me with the compilation and using of cpp library on the solaris platform? Cheers! -- View this message in context: http://www.nabble.com/Activemq-cpp-for-solaris-tf3776703s2354.html#a10679273 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Activemq cpp for solaris compilation error

2007-05-21 Thread cppUser
Hi, I was trying to compile the cpp client in solaris and got the following compilation error. The compiler used was g++ 3.4.3 Undefined first referenced symbol in file vtable for activemq::connector::openwire::marshal::v2::ActiveMQStreamMessage

How to post a message through http?

2007-06-18 Thread cppUser
Hi all, Since I couldnt get the active to run on Solaris, Iam trying to post the message using plain http(s). Could someone throw some light on how to achieve this? Example : "http://localhost:61616/admin/send/?destination=channel://account/Events&persistent=false blah blah the right way" Be

Re: How to post a message through http?

2007-06-19 Thread cppUser
> > On 6/18/07, cppUser <[EMAIL PROTECTED]> wrote: >> >> Hi all, >> >> Since I couldnt get the active to run on Solaris, > > Why? What went wrong? > >> Iam trying to post the >> message using plain http(s). Could someone throw some light