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

Meredith Gregory lgreg.meredith at gmail.com
Tue Apr 19 20:02:23 BST 2011


Dear Rob,

Thanks for your response! i found the issue. i had a hardcoded dependency on
the name squirreled away in a code i forgot to check. i plan to upgrade to
the latest java client after passing some conformance tests.

Best wishes,

--greg

On Mon, Apr 18, 2011 at 3:46 AM, Rob Harrop <rob at rabbitmq.com> wrote:

> 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
>>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>



-- 
L.G. Meredith
Managing Partner
Biosimilarity LLC
7329 39th Ave SW
Seattle, WA 98136

+1 206.650.3740

http://biosimilarity.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110419/27d921c8/attachment-0001.htm>


More information about the rabbitmq-discuss mailing list