Anonymous is supported by the 0.18 Java broker but it is not enabled by default. If you want to use it you can replace the <pd-auth-manager> .. </pd-auth-manager> section defined in config.xml with simply <anonymous -auth-manager/>.
In previous support requests relating to the WSO2 products it appeared like they were based off a version of the Qpid code base <= 0.13, so its possible that changes have yet to be picked up such as this one from Qpid 0.16 which I think could be the cause of what you are seeing: https://issues.apache.org/jira/browse/QPID-3848 Robbie On 3 September 2012 20:55, Sajith Kariyawasam <[email protected]> wrote: > Hi Gordon, > > Actually, no, I have been using the latest release, 0.18.. Anyway > ./hello_world > localhost:5672 amq.topic "{username:guest, password:guest}" solved my > problem, but now Im experiencing some other issue. > > I have been first using Qpid Java Broker 0.18, and were able to run > hello_world sample successfully. There after I moved to WSO2 Message > Broker, which is based on Qpid Java Broker, and executed the same > hello_world sample, but now I'm getting the following exception in the > client side. > > Any idea what is it ? > > *[Client] warning Exception received from broker: not-allowed: Cannot > redeclare with a different exchange type [caused by 3 \x00:\x00]* > > *not-allowed: Cannot redeclare with a different exchange type* > * > * > * > * > > > On Mon, Sep 3, 2012 at 4:09 PM, Gordon Sim <[email protected]> wrote: > > > On 09/03/2012 11:14 AM, Sajith Kariyawasam wrote: > > > >> My Broker is Qpid Java Broker, then which config file I should refer to? > >> > > > > I believe that ANONYMOUS support is available in the latest 0.18 release > > of the java broker (released just last week). Assuming you are using a > > previous release, that explains the error (client wanted to use > ANONYMOUS, > > server did not offer that). > > > > > > > > ------------------------------**------------------------------**--------- > > To unsubscribe, e-mail: [email protected].**org< > [email protected]> > > For additional commands, e-mail: [email protected] > > > > > > > -- > Best Regards > Sajith >
