Hi following command was executed : ]#./qpid-config add queue message_queue --durable --file-size=28 --file-count=10 --policy-type=flow_to_disk --bind amq.direct message_queue routing_key ]# ./qpid-config queues Queue Name Attributes ============================================= message_queue --durable --file-size=28 --file-count=10 --policy-type=flow_to_disk
]# ./direct_producer Total time required to send is Minutes:: 0 sec:: 0 Millisec:: 2 No of 10 messages ]# ./my_listener Queue Size0 Total time required to receive is Minutes:: 0 :sec:: 0 Millisec:: 0 No of 0 messages synchronously ]# ./qpidd --auth no --default-queue-limit 0 --load-module msgstore.so 2009-apr-16 16:15:54 notice Journal "TplStore": Created 2009-apr-16 16:15:54 notice Store module initialized; dir=/root/.qpidd 2009-apr-16 16:15:54 notice Listening on TCP port 5672 2009-apr-16 16:15:54 notice Broker running 2009-apr-16 16:19:09 warning SASL: No Authentication Performed 2009-apr-16 16:19:10 notice Journal "message_queue": Created 2009-apr-16 16:19:12 warning SASL: No Authentication Performed 2009-apr-16 16:29:40 warning SASL: No Authentication Performed where are the messages going when ./qpid-config queues lists the queue added routing key used in direct_producer is also routing_key and destination is amq.direct listener is reading from message_queue only.. how to make this work? i.e. declaring queues using qpid-config and put/get msgs via programs.. -- View this message in context: http://n2.nabble.com/adding-queue-with-qpid-config-and-get-put-programatically-tp2642436p2642436.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
