SVN revision for AMQ-1257

2007-07-30 Thread Sandeep Chayapathi
Hi all, This is a cross posting of this http://www.nabble.com/SVN-revision-for-AMQ-1257-tf4152711s2354.html topic . I have looked at SVN commits, but couldn't find anything committed against this issue, yet the issue is marked as fixed. Do you know if this issue is fixed and if so, what is the

Re: Slave broker still accepts connections from MessageProducer

2007-07-09 Thread Sandeep Chayapathi
Hi, What does the activemq.log say, on both you master and slave servers ? With "randomize=false", your client will connect to the servers in the same order and failover if they don't get a connection. Not sure if its a bug with failover or the configuration, but the slave should reject co

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

2007-07-09 Thread Sandeep Chayapathi
Hi, Im not sure if activemq can be started via tomcat, however I know you can publish/subscribe to activemq topics/queue over web interface. You need to copy/link few of the jar files in activemq/lib and activemq/lib/optional to tomcat's lib folder. Then in tomcat's conf/web.xml: 1. add contex

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#a11464733 Sent from the Active

AMQ Servlet, brokerURL and failover

2007-07-05 Thread Sandeep Chayapathi
Hi all,  This is a follow up to my http://www.nabble.com/ActiveMQ-and-REST-tf3996071s2354.html REST question. I have successfully setup apache tomcat running the amq's messagelistener servlet. I also have a cluster of activemq, how do I configure the servlet's brokerURL to failover ? I have tr

Re: ActiveMQ and REST

2007-06-28 Thread Sandeep Chayapathi
e one from a queue etc? Maybe best to start there? > > On 6/28/07, Sandeep Chayapathi <[EMAIL PROTECTED]> wrote: >> >> 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 s

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
Try the following: 1. in conf/activemq.xml, uncomment the block and set the to "512 MB" or some such higher memory value. 2. edit bin/activemq and set the ACTIVEMQ_OPTS with "-Xmx512M" or such higher number. These two settings should buy you more memory space for large number of messages, but

Re: Activemq 4.1.0 and AMQ-1134 patches

2007-04-25 Thread Sandeep Chayapathi
After running the "svn log" against the trunk, I found the version (r497898) against which the fixes for AMQ-1134 were committed. Using this command: svn diff -r497897:497898 https://svn.apache.org/repos/asf/activemq/trunk/ I was able to generate a patchset for the bug. I found that some of th

Activemq 4.1.0 and AMQ-1134 patches

2007-04-25 Thread Sandeep Chayapathi
Hi all, After looking @ open bugs in 4.1.1 release, I think Im happy running 4.1.0 except for this one bug: http://issues.apache.org/activemq/browse/AMQ-1134 Im looking to patch 4.1.0 with fix for AMQ-1134. Looking at JIRA I see there are no patches nor the file version that were checked again

slave server, transportConnectors and port 62001

2007-02-20 Thread Sandeep Chayapathi
Hi all, This is a question regarding setting up a master-slave activemq. The http://activemq.apache.org/xml-configuration.html xml configuration shows the following for transportConnector's --- --- and the following for setting a up a pure http://activemq.ap

static transport issue

2007-02-13 Thread Sandeep Chayapathi
Hi all, Recently I was testing the Java interface to ActiveMQ. Im interested in the static transport mechanism, specifically, I have a master/slave setup and I want my code to connect to the master always and on failure, switch to using the slave server. I followed this http://activemq.apache

Re: Durable consumer reconnect problem

2007-02-09 Thread Sandeep Chayapathi
Hi all, We too have the same problem. Using the stable AMQ 4.1 & stomp, I can duplicate this problem. 1. Create a durable subscriber, via stomp protocol 2. Publish messages to the topic 3. stop the subscrber 4. stop the producer 5. start the subscriber, using the same client id and "subcription"

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://www.nab

jdbcPersistenceAdapter enlightenment

2007-02-05 Thread Sandeep Chayapathi
Hi all, As a followup to these questions: http://http://www.nabble.com/how-to-set-the-message-of-the-broker-will-store-in-the-mySQL-only-tf2957449.html#a8294916 how to set the message... http://www.nabble.com/Queue-Memory-Limits-tf1857084.html Queue Memory limit http://www.nabble.com/Async-Ex