Open slinkydeveloper opened 4 years ago
I have to say you got me :-o. It is so long since I actually used it I have problems to remember :-o. Looking at the entrypoint script, it looks like unless you specify some more options, the listener section is not added to the config file. So you can for example do docker run -ti -P -e QDROUTERD_ADMIN_USERNAME=admin -e QDROUTERD_ADMIN_PASSWORD=123456 scholzj/qpid-dispatch
. But if you don't specify any SASL or SSL params, the listener section will not be there.
I'm sure I had some reason for it at that time, but not sure what it was. Maybe I just never needed it. The tests can show you different combinations which should work. For example this one can do anonymous listener without any auth: https://github.com/scholzj/docker-qpid-dispatch/blob/f3ae6cb96e2659a05d5c108021f4e32eb8442756/tests.bats#L47. (although I agree it is maybe more complicated than it needs to.)
It works! Thanks
Hi, I'm trying to run this image using:
just with the default configuration (like I do without docker), but I don't know why the server never start listening:
Without docker, I see:
Any ideas? I'm using the latest version of the image