[rabbitmq-discuss] is "mult" a special queue name?

Rob Harrop rob at rabbitmq.com
Mon Apr 18 11:46:01 BST 2011


Greg,

There is no special handling for queue names as you mention.

Can you try the latest version of the Java Client from your Scala app? 
It's also worth trying your simple example with a little raw Java 
program to see if there are any quirks when calling from Scala.

Thanks,

Rob

On 17/04/11 06:27, Meredith Gregory wrote:
> Dear Rabbiters,
>
> When i use "mult" as the value for exQNameRoot in the following (scala
> calls to the) Java 1.3 rabbitmq client
>
> val qname = (exQNameRoot + "_queue")
> channel.exchangeDeclare( ticket, exQNameRoot, "direct" )
> channel.queueDeclare( ticket, qname )
> channel.queueBind( ticket, qname, exQNameRoot, "routeroute" )
>
> my sender and receiver talk to each other as expected. However, when i
> use other queuenames, like "q1", they don't. Is there something special
> about mult? Reading the javadoc (for version 1.4) i don't get a clue.
>
> Best wishes,
>
> --greg
>
> --
> L.G. Meredith
> Managing Partner
> Biosimilarity LLC
> 7329 39th Ave SW
> Seattle, WA 98136
>
> +1 206.650.3740
>
> http://biosimilarity.blogspot.com
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list