Following up on this - in case it helps someone else with a similar
lack of network skills to my own:

Windoze boxes do not always resolve localhost to 127.0.0.1 in their
virgin state. So the connection factory constructor of
"amqp://guest:gu...@clientid/test?brokerlist='tcp://127.0.0.1:5672'"
may work where 
"amqp://guest:gu...@clientid/test?brokerlist='tcp://localhost:5672'"
may not.

This does not seem to be very consistent, but a telnet session to each
of 127.0.0.1:5672 and localhost:5672 can help you define the problem
if you think you might be suffering from this malady. Myself I'm
pretty lame at all things network related so it took me much longer to
figure this out than it should have.

On Thu, Dec 16, 2010 at 6:12 AM, Pete Carapetyan
<p...@datafundamentals.com> wrote:
> Thanks Robbie after a reboot everything seems to be functioning now.
> Won't even speculate on what may have caused the problem on my end.
>
>>
>> Can you elaborate on which broker you are using, any config changes
>> you have made, the exact commands you are using to start the broker
>> and run the example etc? I used the Hello example during the release
>> process so im fairly sure it should be working ok.
>

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org

Reply via email to