To expand on this, messages sometimes get through but not consistently.
Using the attached configuration, I am only able to receive messages from
the dispatcher when it has been up for a very short amount of time. After a
few minutes, subscribing no longer works at all.

The broker has been set up the following way:

qpidd -d -p 27001 --data-dir $data_dir --log-to-file $name.log
--load-module $QPID_ROOT/lib/qpid/daemon/amqp.so --log-enable=info+

qpid-config -b localhost:27001 add exchange topic business
qpid-config -b localhost:27001 add queue results
qpid-config -b localhost:27001 bind business results foo


Messages are being sent directly to the broker on the 'business' exchange.

On Thu, Apr 21, 2016 at 6:03 PM, Alexandre Trufanow <
[email protected]> wrote:

> Hi all,
>
> I am trying to get the following working on dispatch-0.5:
>
> producer -> brokerA.exchange -> brokerA.queue -> dispatcher -> consumer
>
> Subscribing a consumer to the queue directly on the broker works fine but
> I haven't managed to find a configuration where a mobile subscriber on the
> dispatcher can receive messages.
>
> Is there a sample configuration somewhere for mobile consumers connecting
> to a dispatcher ? Ideally I would like to be able to add multiple brokers
> with the same queue name to be able to scale.
>
> Thanks,
> Alexandre
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to