On 2 December 2015 at 22:45, Rob Godfrey <[email protected]> wrote:

>
>
> On 2 December 2015 at 21:45, Gordon Sim <[email protected]> wrote:
>
>>
>>
[.. snip ..]


>
> In its default configuration the Java Broker will accept any valid
> hostname or IP address as the "hostname", or the empty string, or
> "default".
>

any valid hostname or IP address **of the machine it is running on**


> It will not match anything containing the port number, nor will it match
> to 0.0.0.0.  To get the Python client to work you could add the following
> entry:
>
> {
>       "name" : "pattern",
>       "virtualHostNode" : "default",
>       "type" : "patternMatchingAlias",
>       "pattern" : ".*"
> }
>
> into the list of virtualhostaliases within the AMQP port entry within the
> config.json file.  This will match any hostname in the open frame to the
> virtual host named "default".
>
> -- Rob
>
>>
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>

Reply via email to