Re: Creating a sender outside of a container's thread

2016-03-29 Thread Mark Banner
Thanks Alan. On Thu, Mar 24, 2016 at 11:02 PM, Alan Conway <acon...@redhat.com> wrote: > On Fri, 2016-03-18 at 16:01 +0100, Mark Banner wrote: > > I have gone through the documentation and code and have the following > > understanding of container vs connection_engi

Creating a sender outside of a container's thread

2016-03-19 Thread Mark Banner
Hi, I am creating an application which is using the C++ API for AMQP (0.12) and I am trying to wrap my head around how to create a sender when I have a new message to send. For receiving messages, I can create a receiver when the container is finished initializing and on_message will be called

Re: Creating a sender outside of a container's thread

2016-03-18 Thread Mark Banner
proton events) ? Thanks for your help Mark On Fri, Mar 18, 2016 at 11:03 AM, Mark Banner <mark95...@gmail.com> wrote: > I'll look into the connection_engine API then. Thanks for the reply! > > On Thu, Mar 17, 2016 at 9:15 PM, Alan Conway <acon...@redhat.com> wrote: > >> On