Hi All,

I'm trying to use the embedded qpid broker-j. I can start the broker and
connect to it using the qpid-jms-client.

a) I was wondering if I can start the broker with some initial topic/queue
configuration? For instance, I would like to have topic TA, topic TB, topic
TC and queue Q1 and queue Q2. Messages sent to TA, TB should end up in Q1
and TC in Q2. Apart from some other attributes I would like the Q2 to be
exclusive so that it can work like sort of mutex where only one client can
be connected to it at the same time. Messages to be generally delivered at
least once. Is this possible?

b) Is there any specific AMQP 1.0 (not JMS) java client you would suggest
me to use?

c) I'm having problems accessing the web management console. QPID logo and
login button show up but nothing works. Some dojo.js files etc. seem to be
missing. Is this a known issue / expected behavior?

Thanks,
Franta

Reply via email to