Re: how to set MaxConcurrentConsumers in cpp client.

2011-07-26 Thread mahens
thanks for quick response, i can impliment setMaxConcurrentConsumers() and getMaxConcurrentConsumers() but i am struck to impliment start() fuction of org.springframework.jms.listener.DefaultMessageListenerContainer. can you please provide similar org.springframework.jms.listener.DefaultMessageLis

how to setMaxConcurrentConsumers in cpp client.

2011-07-25 Thread mahens
using CMS i am connecting to activemq broker. i want to use setMaxConcurrentConsumers() of org.springframework.jms.listener.DefaultMessageListenerContainer. Is there any similar functionality in cms so that i can use this in cpp program? Please suggest. -- View this message in context: http:

Re: Get exception in broker networks java.net.SocketException: Broken pipe

2011-07-21 Thread mahens
I have the similar problem getting exception in activemq.log as Transport failed: java.net.SocketException: Broken pipe | org.apache.activemq.broker.TransportConnection.Transport | InactivityMonitor Async Task: java.util.concurrent.ThreadPoolExecutor$Worker@77517751 java.net.SocketException: Broke

Re: using activemq-cpp-library

2011-07-07 Thread mahens
Downloaded activemq-cpp-library-3.4.0. Now i want to use SimpleProducer.cpp in activemq-cpp-library-3.4.0\src\examples\producers. please explain me how to run SimpleProducer.cpp ? -- View this message in context: http://activemq.2283324.n4.nabble.com/using-activemq-cpp-library-tp3651187p3651325.

using activemq-cpp-library

2011-07-07 Thread mahens
i want to build activemq-cpp-library-3.4.0, using microsoft visual studio 2010 i am trying to build activemq-cpp-library-3.4.0. Actually i want to test connection to activemq broker using c++ program. Please suggest. -- View this message in context: http://activemq.2283324.n4.nabble.com/using-a

Re: How to Detect ActiveMQ installation

2011-05-16 Thread mahens
connect to Activemq admin using ( http://localhost:8161/admin/ ) it will give the version information like: Name localhost Version 5.4.2 ID ID:WINMG230082-5XY-2767-1305542202830-0:1 Store percent used 0 Memory percent used 0 Temp percent used 0 -- View this message in context: http://acti

Re: I need JDBC Table definations.

2011-05-11 Thread mahens
http://activemq.2283324.n4.nabble.com/file/n3516486/activemq.log activemq.log please find i upload log file after enabling debug logging for org.apache.activemq.store.jdbc.DefaultDatabaseLocker -- View this message in context: http://activemq.2283324.n4.nabble.com/I-need-JDBC-Table-definations

Re: I need JDBC Table definations.

2011-05-11 Thread mahens
created the statements manually on my database: CREATE TABLE ACTIVEMQ_MSGS (ID BIGINT NOT NULL, CONTAINER VARCHAR(250), MSGID_PROD VARCHAR(250), MSGID_SEQ BIGINT, EXPIRATION BIGINT, MSG BYTE, PRIMARY KEY ( ID ) ); CREATE INDEX ACTIVEMQ_MSGS_MIDX ON ACTIVEMQ_MSGS (MSGID_PROD,MSGID_SEQ);

Re: how to start jetty.xml with out restart activemq broker.

2011-05-11 Thread mahens
Thanks for quick reply. any other solution to force the process to re-read the configuration file so it can be enabled after activemq is already running. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-start-jetty-xml-with-out-restart-activemq-broker-tp3513903p3514

how to start jetty.xml with out restart activemq broker.

2011-05-10 Thread mahens
in activemq.xml commented loading jetty.xml, then i started the broker. Now i want to import jetty.xml with out restart broker. is it possible ? -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-start-jetty-xml-with-out-restart-activemq-broker-tp3513903p3513903.html

reload activemq.xml cofiguration without restart activemq broker service

2011-05-10 Thread mahens
can i reload activemq.xml cofiguration without restart activemq broker service ? -- View this message in context: http://activemq.2283324.n4.nabble.com/reload-activemq-xml-cofiguration-without-restart-activemq-broker-service-tp3513848p3513848.html Sent from the ActiveMQ - User mailing list archiv

Re: I need JDBC Table definations.

2011-05-10 Thread mahens
Thanks Gary Tully, as you said it creates tables during startup so i removed tables from database.Now i tryed to start the broker but getting error like: INFO | Using Persistence Adapter: JDBCPersistenceAdapter(org.apache.commons.dbcp.BasicDataSource@34c7e8a7) INFO | Database adapter driver ov

Re: I need JDBC Table definations.

2011-05-10 Thread mahens
created table manually with table defination as CREATE TABLE ACTIVEMQ_MSGS (ID BIGINT NOT NULL, CONTAINER VARCHAR(250), MSGID_PROD VARCHAR(250), MSGID_SEQ BIGINT, EXPIRATION BIGINT, MSG BYTE, PRIMARY KEY ( ID ) ); but still i am getting following error on startup: Using Persistence Adapter:

I need JDBC Table definations.

2011-05-10 Thread mahens
Where can I find the JDBC table definations that I need to create in my database for JDBC persistence? -- View this message in context: http://activemq.2283324.n4.nabble.com/I-need-JDBC-Table-definations-tp3511491p3511491.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

XBean Jetty config for ActiveMQ 5.4.2 ?

2011-02-16 Thread mahens
I'm trying to include the jetty configuration in the ActiveMQ XBEAN: http://mortbay.com/schemas/jetty/1.0";> but the URL http://mortbay.com/schemas/jetty/1.0 is not available. I get the exception: BeanDefinitionStoreException: Unrecognized xbe