You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@qpid.apache.org by "Flores, Paul A." <PA...@SAIC.COM> on 2016/04/18 16:28:51 UTC

Setting up queues - Working - Not working- Help!

At one time it appeared that I had "const char* response_queue="#response_queue;{create: always, sender delete: always, receiver}";" working but now it is not.  I am seeing the following exception and have not been able to resolve the issue!



"Exception caused process termination.  Bad key-value pair, expected ':', character 40 of #response_queue;{create: always, sender delete: always, receiver}"



Any insights / help is appreciated!



Paul






________________________________

This communication (including any attachments) may contain information that is proprietary, confidential or exempt from disclosure. If you are not the intended recipient, please note that further dissemination, distribution, use or copying of this communication is strictly prohibited. Anyone who received this message in error should notify the sender immediately by telephone or by return email and delete it from his or her computer.

Re: Setting up queues - Working - Not working- Help!

Posted by Gordon Sim <gs...@redhat.com>.
On 18/04/16 15:28, Flores, Paul A. wrote:
> At one time it appeared that I had "const char* response_queue="#response_queue;{create: always, sender delete: always, receiver}";" working but now it is not.  I am seeing the following exception and have not been able to resolve the issue!
>
>
>
> "Exception caused process termination.  Bad key-value pair, expected ':', character 40 of #response_queue;{create: always, sender delete: always, receiver}"

create and delete options should be wither 'always' or 'sender' or 
'receiver', can't be two values

so e.g.

"#response_queue;{create: always, delete: always}"



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org
For additional commands, e-mail: users-help@qpid.apache.org