Re: Qpid C++ Broker Decoder.cpp bug?

2017-08-11 Thread Gordon Sim
On 10/08/17 22:52, mottese wrote: I've been conducting some testing and it seems that ocasionally the C++ message broker is getting a bad message and failing to parse it. The line from the broker log looks like this: [System] debug Exception constructed: Out of Bounds: request advance of 4294967

Re: JMS exception when a Property is sent to java broker from qpid-cpp

2017-08-11 Thread Gordon Sim
On 10/08/17 23:10, sivasnp wrote: Hi, I am getting an exception when a property value is sent from qpid-cpp(1.35) to a client which is running a java broker. From Sender(qpid-cpp) I am doing the following: qpid::messaging::message msg; std::string id = "xyztry"; msg.setProperty("a", id); ms

Re: [dispatch-router]: authenticating against a remote service

2017-08-11 Thread Gordon Sim
On 21/06/17 20:22, Gordon Sim wrote: I would like to be able to have the router (or a network of routers) configured to authenticate against a separate service. In my case I would like to use keycloak[1]. As the router uses proton-c for the sasl layer, the first requirement is that the sasl l

Re: Dispatch Router load balancing config questions

2017-08-11 Thread Ganesh Murthy
Try setting the linkCapacity attribute of the listener. It is by default set to 250. The linkCapacity is the number of messages that can be in-flight concurrently for each link. Thanks. On Thu, Aug 10, 2017 at 5:59 PM, Dan Langford wrote: > thank you. as i configure this Messaging service i am

Re: Docker image for qpid-cpp broker

2017-08-11 Thread Andrew Stitcher
On Thu, 2017-08-10 at 09:56 -0400, Irina Boverman wrote: > I think this example addresses your concern: > > docker run -d -e QPID_DATA_DIR=/root/qpid_data -v > /root/qpid_data:/root/qpid_data:Z --name test1 irinabov/docker-qpid- > cpp > > Does it? Not exactly - although I think your other messag