Can the messages be filtered in asynchronous mode of operation ?

2012-04-23 Thread sreekar
approach to handle this case. Any suggestions are of great help and would be appreciable. Thanks & Best Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-the-messages-be-filtered-in-asynchronous-mode-of-operation-tp4580293p4580293.html Sent from

Unable to filter messages based on correlationID...

2012-04-22 Thread sreekar
test:1:1:1:1'" In a similar lines, i tried to filter with correlation-ID (which is also a JMS property that can be set by user). Any suggestions would be appreciable. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-filter-messages-based-on-correlationID-tp4579216p4579216.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How does the Active MQ perform search in the messages for the given MESSAGE_SELECTOR?

2012-04-22 Thread sreekar
r with correlation-ID (which is also a JMS property that can be set by user). Any suggestions would be appreciable. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/How-does-the-Active-MQ-perform-search-in-the-messages-for-the-given-MESSAGE-SELECTOR-tp4545137p4578210.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: activemq-cpp-library

2012-04-20 Thread sreekar
In the example folder you have the following shell scripts, simple_async_consumer simple_producer Just run them. BTW, did u ever try to find out what the errors (g++ complained of) are saying ? My suggestion, Know the stages of compilation, then the g++ options (mostly used) for compilation. T

Re: activemq-cpp-library

2012-04-20 Thread sreekar
How did you run the examples ? What is the error you encountered ? Without providing any details, how can anyone suggest a solution? -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-cpp-library-tp4566952p4573673.html Sent from the ActiveMQ - User mailing list ar

Re: activemq-cpp-library

2012-04-20 Thread sreekar
Hi Uttam, There is plenty of documentation available in ActiveMQ Site. #1) Did u install ActiveMQ broker ? Download, Install, Run Active MQ Broker... http://activemq.apache.org/getting-started.html Active MQ has a web-console, through which one can view the list of connections, topics, Que

Re: Can we connect multiple connection for the same destination ?

2012-04-19 Thread sreekar
Once again many thanks for your inputs which put my thoughts on the right track. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-we-connect-multiple-connection-for-the-same-destination-tp4551545p4573017.html Sent from the ActiveMQ - Us

Re: Can we connect multiple connection for the same destination ?

2012-04-19 Thread sreekar
mechanism for IPC with Active MQ. Creating a separate Queue for each process will be very good idea, but my architect wanted to explore all the options available. Thanks for the response. Please let me know your comments. Thanks & Regards, Sreekar -- View this message in context: http

How to control the consumption of (asynchronous) messages ?

2012-04-13 Thread sreekar
could see that all the messages are being dequeued...but i could not find any logic to control the call of *onMessage()* wherein we process the message-recieved. Any help would be appreciable. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.

Re: Check for pending queue messages...?

2012-04-12 Thread sreekar
could not acknowledge them until i found their necessity. Thank you for the response. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Check-for-pending-queue-messages-tp4551751p4552120.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Check for pending queue messages...?

2012-04-12 Thread sreekar
Q_size_set) ]] Any help would be appreciable. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Check-for-pending-queue-messages-tp4551751p4551751.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Can we connect multiple connection for the same destination ?

2012-04-12 Thread sreekar
connection) without any intermixing...(i.e Messages received by wrong consumer of different connection (or) session) ? Any help would be appreciable. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Can-we-connect-multiple-connection-for-the-same-de

Re: How does the Active MQ perform search in the messages for the given MESSAGE_SELECTOR?

2012-04-10 Thread sreekar
Destinations. Thank you once again for your instant response. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/How-does-the-Active-MQ-perform-search-in-the-messages-for-the-given-MESSAGE-SELECTOR-tp4545137p4545278.html Sent from the Acti

How does the Active MQ perform search in the messages for the given MESSAGE_SELECTOR?

2012-04-10 Thread sreekar
h in the properties set by the user (set using setStringProperty(), setIntProperty()...etc) ? Are there any examples showing the usage of ActiveMQQueueBrowser ? Any help would be appreciable. Thanks & Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/

Why Message_id is disabled in ActiveMQ-CMS ?

2012-04-08 Thread sreekar
s there any specific reason to omit it (the defnintion) ? Thanks & Best Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Why-Message-id-is-disabled-in-ActiveMQ-CMS-tp4541043p4541043.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Effects of the session (count) and connection (count)

2012-03-06 Thread sreekar
consumers from these sessions. Each Queue in the application is used by different process. I will use POOLED_CONNECTION + DIFFERENT_SESSION_FOR_EACH_QUEUE. Once thank you very much. Best Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Effects-of-the-sess

Effects of the session (count) and connection (count)

2012-03-06 Thread sreekar
Any help would be appreciable. Thanks & Best Regards, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/Effects-of-the-session-count-and-connection-count-tp4449775p4449775.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How to view the list of Queues.....with...no Producers and Consumers.

2012-01-24 Thread sreekar
Hi Tim and Matt, Thanks for your valuable suggestions. I got some new insight to my understanding of Active-Mq. For my current task, i will re-design the adapter such that it will handle the destinations at run-time itself. Once again many thanks for your help. Thanks & Best Regards, Sre

Re: How to view the list of Queues.....with...no Producers and Consumers.

2012-01-23 Thread sreekar
measure whether the required queues are created (or) not? ...(or).. Will there be any problem if i try to create the existing queue? # Will it throw any exception? # Will it return the instance of the already existing Queue ? Please help me out. Thanks, Sreekar -- View

How to view the list of Queues.....with...no Producers and Consumers.

2012-01-23 Thread sreekar
r them to reflect in Wen-Console. Appreciate your help. Thanks in Advance, Sreekar -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-view-the-list-of-Queues-with-no-Producers-and-Consumers-tp4320618p4320618.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.