Re: Problems with auto-creation of exchange

2015-04-07 Thread Gordon Sim
On 04/07/2015 12:28 PM, Toralf Lund wrote: I notice that I do use the same session for the sender and receiver [...] Once I sort out this issue, everything works as expected Super, thanks for the update Toralf! - To unsubscr

Re: Problems with auto-creation of exchange

2015-04-07 Thread Toralf Lund
Hi, I didn't have time to look into this problem again until today, and now I notice that I do use the same session for the sender and receiver. The "extra" session object gets created, but is never actually used. It's essentially a case of stupidly using the same variable name twice combined

Re: Problems with auto-creation of exchange

2015-03-27 Thread Gordon Sim
On 03/27/2015 03:12 PM, Toralf Lund wrote: I'm also setting up a temporary receiver with auto-create as a way of making sure a "well-known" receiver queue is set up and bound to the exchange. This is something that's tried and retried until it's successful, but it turns out that the first attempt

Re: Problems with auto-creation of exchange

2015-03-27 Thread Toralf Lund
On 27/03/15 15:23, Gordon Sim wrote: On 03/27/2015 01:40 PM, Toralf Lund wrote: On 27/03/15 12:41, Gordon Sim wrote: On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string

Re: Problems with auto-creation of exchange

2015-03-27 Thread Gordon Sim
On 03/27/2015 01:40 PM, Toralf Lund wrote: On 27/03/15 12:41, Gordon Sim wrote: On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to

Re: Problems with auto-creation of exchange

2015-03-27 Thread Toralf Lund
On 27/03/15 12:41, Gordon Sim wrote: On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to create and connect to an exchange that does

Re: Problems with auto-creation of exchange

2015-03-27 Thread Gordon Sim
On 03/27/2015 08:52 AM, Toralf Lund wrote: Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to create and connect to an exchange that does not originally exist: pgs.data; { c

Problems with auto-creation of exchange

2015-03-27 Thread Toralf Lund
Hi, I'm having problems with the auto-create functionality in the C++ messaging API. Simply put, I pass the following address string to Session::createSender(), hoping to create and connect to an exchange that does not originally exist: pgs.data; { create: sender, delete: never, node: { typ