Dear Rob,<div><br></div><div>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.</div>
<div><br></div><div>Best wishes,</div><div><br></div><div>--greg<br><br><div class="gmail_quote">On Mon, Apr 18, 2011 at 3:46 AM, Rob Harrop <span dir="ltr"><<a href="mailto:rob@rabbitmq.com">rob@rabbitmq.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Greg,<br>
<br>
There is no special handling for queue names as you mention.<br>
<br>
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.<br>
<br>
Thanks,<br>
<br>
Rob<div><div></div><div class="h5"><br>
<br>
On 17/04/11 06:27, Meredith Gregory wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div class="h5">
Dear Rabbiters,<br>
<br>
When i use "mult" as the value for exQNameRoot in the following (scala<br>
calls to the) Java 1.3 rabbitmq client<br>
<br>
val qname = (exQNameRoot + "_queue")<br>
channel.exchangeDeclare( ticket, exQNameRoot, "direct" )<br>
channel.queueDeclare( ticket, qname )<br>
channel.queueBind( ticket, qname, exQNameRoot, "routeroute" )<br>
<br>
my sender and receiver talk to each other as expected. However, when i<br>
use other queuenames, like "q1", they don't. Is there something special<br>
about mult? Reading the javadoc (for version 1.4) i don't get a clue.<br>
<br>
Best wishes,<br>
<br>
--greg<br>
<br>
--<br>
L.G. Meredith<br>
Managing Partner<br>
Biosimilarity LLC<br>
7329 39th Ave SW<br>
Seattle, WA 98136<br>
<br>
<a href="tel:%2B1%20206.650.3740" value="+12066503740" target="_blank">+1 206.650.3740</a><br>
<br>
<a href="http://biosimilarity.blogspot.com" target="_blank">http://biosimilarity.blogspot.com</a><br>
<br>
<br>
<br></div></div>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>L.G. Meredith<br>Managing Partner<br>Biosimilarity LLC<br>7329 39th Ave SW<div>Seattle, WA 98136<br><br>+1 206.650.3740<br><br><a href="http://biosimilarity.blogspot.com" target="_blank">http://biosimilarity.blogspot.com</a></div>
<br>
</div>