Re: qpid cpp text message

2015-07-22 Thread plsph
: http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876p4699716.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Odp: Re: qpid cpp text message

2015-07-21 Thread plsph
-cpp-text-message-tp4699635.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: qpid cpp text message

2015-07-21 Thread Robbie Gemmell
On 15 July 2015 at 20:51, plsph gf...@wp.pl wrote: it was typo during rewrite. broker settings are fine. i don't know what the consumer is. i only got producer and broker. it's hard to argue with statement that it should work. i've used qpid-proton writen in c and i was able to send messages

Re: qpid cpp text message

2015-07-16 Thread Gordon Sim
On 07/15/2015 08:51 PM, plsph wrote: it was typo during rewrite. broker settings are fine. i don't know what the consumer is. i only got producer and broker. it's hard to argue with statement that it should work. i've used qpid-proton writen in c and i was able to send messages to jms

Re: qpid cpp text message

2015-07-15 Thread plsph
messages. now, using the same infrastructure and qpid-cpp i always get bytes message, none of above examples crafted text message. -- View this message in context: http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876p4699351.html Sent from the ActiveMQ - Dev mailing list archive

Re: qpid cpp text message

2015-07-14 Thread Robbie Gemmell
On 14 July 2015 at 13:52, plsph gf...@wp.pl wrote: it still gives BytesMessage probably, the problem is with: If the transformer is set to 'jms', the they type of JMS message will depend on the body type of the AMQP message. Body Type JMS Message Type null

Re: qpid cpp text message

2015-07-13 Thread Robbie Gemmell
.nabble.com/qpid-cpp-text-message-tp4698876p4699111.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: qpid cpp text message

2015-07-13 Thread Gordon Sim
On 07/12/2015 08:03 PM, plsph wrote: it doesn't work with setContentObject, there should be msg.getContentObject().setEncoding() but it still doesn't help with my issue. i use qpid-cpp 0.32, activemq 11.1 code is something like: Message msg(content); msg.setContentType() - i was trying

Re: qpid cpp text message

2015-07-12 Thread plsph
msg.getContentObject().setEncoding() sender.send(msg) on the broker site, there is setting: transportConnector name=amqp uri=amqp://0.0.0.0:5672?transport.transformemr=jms/ thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876p4699111.html Sent from

Re: qpid cpp text message

2015-07-09 Thread Timothy Bish
-type) anyone have an idea how to transform binary message to text? thx in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. Can you shed some additional light

Re: qpid cpp text message

2015-07-09 Thread Robbie Gemmell
library it is always binary message, despite message.setcontent(jms-type) anyone have an idea how to transform binary message to text? thx in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/qpid-cpp-text-message-tp4698876.html Sent from the ActiveMQ - Dev