Hello,<br><br>Take sample 4 on the Getting Started documentation, I can successful implement this in .NET. However, for a while I was trying to specify my routing keys as follows on a direct exchange all bound to one queue.<br>
<br>Log.Info<br>Log.Warn<br>Log.Error<br><br>When I attempt to send messages with any of those routing keys nothing happens.<br><br>If I remove &quot;Log.&quot; from the routing key for both binding and sending, then messages are routed successfully.<br>
<br>Is there a limitation on using &quot;.&quot; in routing keys on a direct exchange?<br><br>Thanks,<br>Joe<br>