Re: Setting RoutingKey, QPID 0.6

2012-03-14 Thread Virgilio Fornazin
A little snippet that may helps void qpid_connection::send(const destination & destination, const message_interface & message_to_send, const bool durable) { context * qpid_context = reinterpret_cast(m_qpid_context); qpid::messaging::Sender &

Setting RoutingKey, QPID 0.6

2012-03-14 Thread Joe Drumm
Hi, We are new to QPID and using Apache QPID 0.6. We are able to send messages to a queue, but we need to set a 'routing key' and can't figure out how to do this in 0.6. We see in and older version of QPID that you are able to do: qpid::client::Message message; message.getDelivery