If you could create a Jira issue and attach a test case that demonstrates the problem that would help this to not get lost.
The CPP client doesn't currently support BlobMessage. Worst case you could do some sort of message chunking to break up the large messages into something a bit smaller and send it in batches. Regards Tim. On Wed, 2009-02-04 at 00:11 -0800, Iclo wrote: > Hello, > > I have few questions about the use of AMQ-CPP to send message to a AMQ on > Java: > > The Openwire connector seen to be limited to ByteMessage to 60 or 70 Mo. On > bigger messages, The AMQ throws exception > "decaf::net::SocketOutputStream::write - An established connection was > aborted by the software in your host machine." > > Is there another type of Message instead of ByteMessage to transmit "big > message" ? (The BlobMessage is not supported in the C++ API ?) > Is there a timeout or a limitation on the connection and is it possible to > increase it ? > > Regards > > Loïc
