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
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,
&
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
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]>
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.
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
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
>
> 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