Using Qpid Broker


macrux
 

Hi there,

I'm trying to use the Java Qpid Broker implementation with OpenMAMA 2.4.0. On the web management console of the broker I have created a queue called "test" and I've bound it to the "amqp.topic" exchange (that is there by default). As a binding key I'm using "MAMA.*". When I run the mamapublisherc with:

mamapublisherc -m qpid -tport broker

I got this message:

qpidBridgeMamaTransportImpl_start(): Subscribing to topic://127.0.0.1/MAMA/8c60fd18-07db-11e6-b2bd-d8fc939b9a65 : (null)

And it seems to connect correctly, but when I subscribe a client with:

mamasubscriberc -m qpid -tport broker

I got this message:

qpidBridgeMamaTransportImpl_start(): Subscribing to topic://127.0.0.1/MAMA/b45ca894-07db-11e6-8de4-d8fc939b9a65 : (null)

And although it seems to connect correctly to the broker, it doesn't receive anything.

I haven't modified anything in the mama.properties file, so I have an error in the configuration of the broker, I suppose.

Could anyone please give me a hand with this? Thanks in advance.

Nestor.


macrux
 

Hi, its me again, I have resolved this just creating a new topic exchange called "MAMA". That's all. Thanks anyway.

Kind regards,

Nestor.

On 21 April 2016 at 11:21, Macrux <kmacrux@...> wrote:
Hi there,

I'm trying to use the Java Qpid Broker implementation with OpenMAMA 2.4.0. On the web management console of the broker I have created a queue called "test" and I've bound it to the "amqp.topic" exchange (that is there by default). As a binding key I'm using "MAMA.*". When I run the mamapublisherc with:

mamapublisherc -m qpid -tport broker

I got this message:

qpidBridgeMamaTransportImpl_start(): Subscribing to topic://127.0.0.1/MAMA/8c60fd18-07db-11e6-b2bd-d8fc939b9a65 : (null)

And it seems to connect correctly, but when I subscribe a client with:

mamasubscriberc -m qpid -tport broker

I got this message:

qpidBridgeMamaTransportImpl_start(): Subscribing to topic://127.0.0.1/MAMA/b45ca894-07db-11e6-8de4-d8fc939b9a65 : (null)

And although it seems to connect correctly to the broker, it doesn't receive anything.

I haven't modified anything in the mama.properties file, so I have an error in the configuration of the broker, I suppose.

Could anyone please give me a hand with this? Thanks in advance.

Nestor.