Hi,

Broker : ActiveMQ Artemis
Client : QPID messaging C++ (AMQP 1.0)

I have a doubt, in Publisher-subscriber application.

*Subscriber application* ( create Queue with random name with address news.*
and routing multicast)
address : 'news.*'; {node: {type:topic, capabilities: [shared] }, link :
{name: 'news', durable:True}}"

*Publisher *
address:"'news.usa'; {create: always,   node: {type: topic}}

If I run Subscriber application then run publisher, published data consumed
by consumer successfully.

*But what happens, If publisher publish data to topic address but there is
no consumer to consume data ?*

As there is no Queue created bound with matching topic, exchange wont push
data to any queue.

Can anyone suggest how to avoid data loss in this scenario.

Thanks,
Mohan




--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to