If you are just looking to consume from a particular named queue, you
provide the queue name as the address for the consumer.

If you are looking to do something more complicated youll perhaps need
to elaborate a bit more on what that is.

On Fri, 31 May 2019 at 15:23, MattR <mattyric...@gmail.com> wrote:
>
> Hello,
>
> I am upgrading our system's Qpid setup to the latest and greatest of each
> Proton, JMS, and Broker-J versions (coming off REALLY old non-Proton Qpid).
> I was hoping someone might be able to tell me if it is possible to set the
> destination of a queue when setting up the receiver. Broker-J conveniently
> creates the queue if it doesn't exist. I can set it to be a durable queue by
> providing a DurableSubscription() in the options of the receiver I am
> making. I can even get the bindingKey of the queue set to what I want.
> However, I can't seem to figure out how to tell Broker-J to set the
> destination attribute of the queue, short of having to use the REST API. Our
> preferred setup for queues is to have the destination and bindingKey the
> same so that we can simply have multiple subscribers/consumers attached to a
> single queue. I can't seem to find anything in the docs or api (specifically
> for Proton Python at the moment), and I apologize in advance if I am
> overlooking those details.
>
> Thanks,
>
> Matt R.
>
>
>
> --
> Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
> For additional commands, e-mail: users-h...@qpid.apache.org
>

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

Reply via email to