I am a little confused by the samples applications, it seems impossible to use xml to configure a rabbitmq connection.
The examples are all configured in java because they need to declare queues etc with the amqpAdmin class which is calling directly to the server while you are still configuring. This doesnt feel right to me.
Or am i missing something?


Reply With Quote