How to get the available topics at broker

2010-09-23 Thread pp
Hi Please tell me how to get the present topics at runtime using javacode. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-get-the-available-topics-at-broker-tp2551551p2551551.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Destination destination = session.createQueue(name);

2010-09-22 Thread pp
Hi, plz tell me what this line do. -- View this message in context: http://activemq.2283324.n4.nabble.com/Destination-destination-session-createQueue-name-tp2551491p2551491.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

how to create queue or topic at run time

2010-09-22 Thread pp
Hi i m trying to create topic or queue at run time but it is giving a null pointer exception. can anyone give me a sample code for it. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-create-queue-or-topic-at-run-time-tp2550168p2550168.html Sent from the ActiveMQ -

Need Help

2010-09-20 Thread pp
hi, Is it possible to run multiple instances of a broker in a single system. And what is the performance of activemq if we run multiple instances of a broker in a single system. -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-Help-tp2546691p2546691.html Sent from

what is the difference between failover and static uri.

2010-09-20 Thread pp
hi, Please tell me what is the differeence betwwen static and failover uris.. Thanks in advance. -- View this message in context: http://activemq.2283324.n4.nabble.com/what-is-the-difference-between-failover-and-static-uri-tp2546680p2546680.html Sent from the ActiveMQ - User mailing list arch

difference betwwen failover and static uri

2010-09-17 Thread pp
hi, Can any one tell me that what is the differece between failover and static uri. -- View this message in context: http://activemq.2283324.n4.nabble.com/difference-betwwen-failover-and-static-uri-tp2543470p2543470.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need Help

2010-09-17 Thread pp
Hi, can anyone tell me what is wild cards? and what is its use in activemq. > > -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-Help-tp2541665p2543461.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need Help

2010-09-16 Thread pp
Thanks gary . Thanks a lot. -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-Help-tp2541665p2541896.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Need Help

2010-09-16 Thread pp
Thanks gary. So we should have the initiator and target both should have the activemq broker. -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-Help-tp2541665p2541829.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Need Help

2010-09-16 Thread pp
hi , I want to know that ,if it is neccesary that there should be broker present at publisher/producer as well as consumer/subscriber. -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-Help-tp2541665p2541665.html Sent from the ActiveMQ - User mailing list archive at

Re: how to save topics and messages in mysql database

2010-09-16 Thread pp
I have one more question. For activemq must we have the broker(activemq) at every subscriber's server ? -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-save-topics-and-messages-in-mysql-database-tp2539322p2541661.html Sent from the ActiveMQ - User mailing list arc

Re: how to save topics and messages in mysql database

2010-09-15 Thread pp
I have one more problem gary.. I am producing messages i have just overrite the onmessage method. its just increasing the enqueued msg in activemq admin but it is not displayng these messages in MySql database. What can be thje problem. Plz help me regarding this. -- View this message in co

Re: how to save topics and messages in mysql database

2010-09-15 Thread pp
thanks gary. my configuration file is http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.apache.org/schema/core"; xmlns:amqpersistenceadapter="http://activemq.apache.org/schema/core"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://w

Re: how to save topics and messages in mysql database

2010-09-14 Thread pp
thanks again. but one prob my activemq_msgs table is not showing the destination_id column. and it only contain the reference of the message. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-save-topics-and-messages-in-mysql-database-tp2539322p2539995.html Sent from

Re: how to save topics and messages in mysql database

2010-09-14 Thread pp
thanks stan for ur help.. but i want to know where the topics are created in the database . where these are save. because the database only contain three tables. none of the table contai the available topics or created topics. -- View this message in context: http://activemq.2283324.n4.nabble.co

help required regarding mirror queue

2010-09-14 Thread pp
hiii In our project we are using activemq with mysql as external database. we enabled mirror queue in the activemq.xml file.but still it does not save the messages or topics in the broker. there are only 3 tables namely activemq_acks, activemq_msgs, activemq_lock. is it not working or wher

how to save topics and messages in mysql database

2010-09-14 Thread pp
hi, Do the topics are saved in the activemq database itself or we have to handle it. if it automatically store on the activemq database then where these tables are present. We are using the external database MySql. But it is showing only three tables activemq_acks, activemq_msgs, activ