On Mon, Jan 30, 2012 at 9:29 AM, jigarshaha <[email protected]> wrote:
> Hi,
> I am very new to qpid. I am trying to configure producer which creates
> message with specific type. and puts in exchange, which hosts multiple queue
>
> 1. What exchange-queue mapping is for ? How do i configure Message so that
> its directed to specific queue in a exchange.

Have you looked at the examples ? and have you read the docs there ?
http://qpid.apache.org/books/0.14/Programming-In-Apache-Qpid/html/index.html

The address syntax tells the producer which what exchange/routing key
to use when sending the messages.
The exchange in the broker then decides which queue it goes to based
on the routing key (for the most part)

>
> 2. in JMS there is nothing like exchange. How this mapping works ?

see above.

> 3. How to handle queue overflow/clustering ? (Say queue is full then it
> sends message to another exchange/queue combination ? I could not make out
> from documentation)
>
> Thanks,
> Jigar
>
> --
> View this message in context: 
> http://qpid.2158936.n2.nabble.com/JMS-Api-and-multiple-queue-per-exchange-tp7236719p7236719.html
> Sent from the Apache Qpid users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> Apache Qpid - AMQP Messaging Implementation
> Project:      http://qpid.apache.org
> Use/Interact: mailto:[email protected]
>

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to