Unable to access the Console

2014-06-26 Thread Sandeep
Hi I was using apache-activemq-4.1.2 and started using activemq.bat and when I was trying to open the console using http://localhost:8161/admin can anybody help in this regard Thank's in advance -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-access-the-Cons

ActiveMQ dropping alternate message

2009-08-23 Thread Sandeep Dhanuka
ugh logs that the message is posted successfully every time without any exception but Listener is invoked only for alternate messages posted on the queue. Can someone please help me understand where I am going wrong with this configuration. Regards Sandeep

SVN revision for AMQ-1257

2007-07-30 Thread Sandeep Chayapathi
s the svn revision number ? I need the revision number because I plan to patch our production AMQ (running 4.1), and I don't want to upgrade to a newer release & go thru the lengthy testing. Thanks. - Sandeep -- View this message in context: http://www.nabble.com/SVN-revisio

Re: Slave broker still accepts connections from MessageProducer

2007-07-09 Thread Sandeep Chayapathi
e should reject connection. Maybe you should be connecting to the master server first and then failover to the slave. - Sandeep Gilbert wrote: > > Hi, > > Currently I am running a setup with a pure Master/Slave configuration. > According to the documentation, the slave broker shoul

Re: Trying to get started: how do I configure Tomcat to run ActiveMQ?

2007-07-09 Thread Sandeep Chayapathi
e /amq and /message for further help, checkout the https://svn.apache.org/repos/asf/activemq/trunk/activemq-web-demo/ activemq-web-demo - Sandeep Henk van Voorthuijsen wrote: > > After downloading ActiveMQ 4.1.1, I managed to sucessfully run it as > stand-alone. > As a following step, I

Re: AMQ Servlet, brokerURL and failover

2007-07-06 Thread Sandeep Chayapathi
Thanks, that worked. - Sandeep Adrian Co wrote: > > Use the failover protocol. > > http://activemq.apache.org/failover-transport-reference.html > -- View this message in context: http://www.nabble.com/AMQ-Servlet%2C-brokerURL-and-failover-tf4030584s2354.html#a1146473

AMQ Servlet, brokerURL and failover

2007-07-05 Thread Sandeep Chayapathi
r ? I have tried the static://(...) way and it doesn't work.  Any help is appreciated. Thanks. - Sandeep -- View this message in context: http://www.nabble.com/AMQ-Servlet%2C-brokerURL-and-failover-tf4030584s2354.html#a11449202 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ and REST

2007-06-28 Thread Sandeep Chayapathi
mod_perl handler to do what the REST servlets are doing, hence the usage of the http-tunnel. Thanks, - Sandeep James.Strachan wrote: > > Have you tried using the web samples? Its got some simple HTML links > so your web browser using HTML forms can post a message to a queue and > receiv

Re: ActiveMQ and REST

2007-06-28 Thread Sandeep Chayapathi
sure, I would like to contribute to the community by documenting the REST api. However I don't know where to start on the REST stuff. I have tried to follow the code but I can't figure out how to subscribe and get messages via REST. I have looked at the http://activemq.apache.org/rest.html REST

ActiveMQ and REST

2007-06-28 Thread Sandeep Chayapathi
Hi all, Recently I started trying out accessing messages via the REST protocol. I have successfully setup a network transport for http on port 8080 and I can see the jetty webserver responding to queries. However I have hit a roadblock with accessing the messages itself. The http://activemq.ap

Re: Out Of Memory ActiveMQ 4.1

2007-04-26 Thread Sandeep Chayapathi
e number of messages, but doesn't eliminate the exception, if you have many unacked messages in queues or durable subscribers. - Sandeep -- View this message in context: http://www.nabble.com/Out-Of-Memory-ActiveMQ-4.1-tf3653590s2354.html#a10206965 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Activemq 4.1.0 and AMQ-1134 patches

2007-04-25 Thread Sandeep Chayapathi
at some of the fixes were already in the 4.1.0 tags. - Sandeep -- View this message in context: http://www.nabble.com/Activemq-4.1.0-and-AMQ-1134-patches-tf3647466s2354.html#a10188740 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Activemq 4.1.0 and AMQ-1134 patches

2007-04-25 Thread Sandeep Chayapathi
against this bug. Can anyone in the know give me a patch for this one bug, against 4.1.0 ? Thanks. - Sandeep -- View this message in context: http://www.nabble.com/Activemq-4.1.0-and-AMQ-1134-patches-tf3647466s2354.html#a10187526 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Help needed for using Berkeley DB - High Availability(replication) in ActiveMQ 4.1

2007-04-12 Thread Sandeep M Gowda
Hi, I needed some guidance for using Berkeley DB -High Availability (replication) in ActiveMQ 4.1. Any kind of help would be much appreciated. Thanks in Advance Sandeep -- View this message in context: http://www.nabble.com/Help-needed-for-using-Berkeley-DB---High-Availability%28replication

Adapter for Berkeley DB 4.5.20

2007-04-06 Thread Sandeep M Gowda
Hi, Since, AMQ no longer has adapter for Berkeley DB. I just want to know, if it is possible to write a custom adapter for Berkeley DB. The adapter would be for High Availability (Replication). Thanks, Sandeep M Gowda -- View this message in context: http://www.nabble.com/Adapter-for

slave server, transportConnectors and port 62001

2007-02-20 Thread Sandeep Chayapathi
ve, I see the following error in the log file: --- ERROR MasterConnector- Failed to start network bridge: java.net.ConnectException: Connection refused ---- - Sandeep -- View this message in context: http://www.nabble.com/slave-server%2C-transportConnectors-and-port-

static transport issue

2007-02-13 Thread Sandeep Chayapathi
, there is no org.apache.activemq.transport.static to be found. Is this transport supported ? If yes, can you post a sample code on how to use it ? Thanks. - Sandeep -- View this message in context: http://www.nabble.com/static-transport-issue-tf3223709s2354.html#a8954066 Sent from the ActiveMQ

Re: Durable consumer reconnect problem

2007-02-09 Thread Sandeep Chayapathi
bcription" name. you will see the "Durable consumer is in use for client" exception. A workaround, is after setp #4, start producer before step #5. It would help if others confirm this and as well as the developers take a note of this. Thanks. - Sandeep James.Strachan wrote:

Re: jdbcPersistenceAdapter enlightenment

2007-02-05 Thread Sandeep Chayapathi
Hi Rob, does that mean the persistence is broken in 4.1 ? will you be updating the 4.2 release time line ? For now, I want to measure the performance impact of using persistence and also see if it would solve the out of memory problem. - Sandeep -- View this message in context: http

jdbcPersistenceAdapter enlightenment

2007-02-05 Thread Sandeep Chayapathi
mory, I got the dreaded "java.lang.OutOfMemoryError: Java heap space", yet no messages were found in the datastore. Can anyone pls enlighten me why the un-acked messages were not being persisted to the datastore and if there is a way to force activemq to persist messages ? Thanks - Sandeep -- View this message i