Jakub Scholz-2 wrote
> Could you try to start the broker like this:
> qpidd --no-module-dir --load-module amqp.so --load-module
> linearstore.so --auth no
> Does the warning message still appear?
I had to add the full path of the modules, but then it worked and the
warning message does not ap
Pavel Moravec wrote
> If you add --log-enable=info+ you should start to see the above log.
Yes, with --log-enable=info+ I now see the desired message:
"[Broker] info Loaded protocol AMQP 1.0"
Thank you!
--
View this message in context:
http://qpid.2158936.n2.nabble.com/Misleading-message
Hi,
In Dispatch, I can configure the multicast addresses:
address {
prefix: /someAddress
distribution: multicast
}
My general expectation for such multicast address would be that:
- The credit for sending messages is maintained by the router automatically
independently on any receivers
Could you try to start the broker like this:
qpidd --no-module-dir --load-module amqp.so --load-module
linearstore.so --auth no
Does the warning message still appear?
There used to be the store.so module which wasn't really message store on
its own, but it was used for some SQL based message
Hello,
On Sat, May 20, 2017 at 1:14 PM, kristianraue
wrote:
> Hi,
>
> I have successfully compiled qpid-cpp-1.36.0, qpid-proton-0.17.0 and
> qpid-python-1.36.0 on CentOS 7.1 x86_64.
>
> I want to run Qpid with AMQP 1.0 and Linear Store enabled. And I should be
> happy, because both seem to w
Hi,
I have successfully compiled qpid-cpp-1.36.0, qpid-proton-0.17.0 and
qpid-python-1.36.0 on CentOS 7.1 x86_64.
I want to run Qpid with AMQP 1.0 and Linear Store enabled. And I should be
happy, because both seem to work when I start qpid with "$ qpidd
--load-module amqp.so --auth no"
(both a