Re: HOWTO resend msgs from embedded broker to remote broker that was down

2008-07-02 Thread M4RC0
I'm gonna try it, thanks! -- View this message in context: http://www.nabble.com/HOWTO-resend-msgs-from-embedded-broker-to-remote-broker-that-was-down-tp18214129p18231801.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: ActiveMQ stops accepting consumer requests

2008-07-02 Thread Demian Mrakovich
I am having the same problem with AMQ 4.2, so this is nothing new with AMQ 5. Occasionally ActiveMQ just stops consuming messages and a restart is required. I have no idea what causes this, but I think it maybe happens during high load. Brian Munroe-2 wrote: I am building a very basic web

Re: Got minus one from a read call

2008-07-02 Thread Frederic Conrotte
I also experienced the same problem, and thanks to Jan Wasserbauer a fix is available here: https://issues.apache.org/activemq/browse/AMQ-1809 -- View this message in context: http://www.nabble.com/Got-minus-one-from-a-read-call-tp14734900p18233032.html Sent from the ActiveMQ - User mailing

Re: Log all request in log file

2008-07-02 Thread activebud
Hi Bruce, Bruce Thanks for the solution .If i configure this mirror queue does it consume the same resources what queue takes.Will there be any time delay with these queues. does it affect to the overall peformance of the activemq server Thanks a lot.. activebud activebud wrote: Hi All,

Activate DeadLetterQueue

2008-07-02 Thread jens punzelmann
Hello, currently we verifiy the communication between Siebel and ActiveMQ. Siebel ist the consumer and producer of messages. It use JNDI to communicate with ActiveMQ. We created the Queue ActiveMQ.DLQ for the DLQ-Messages. If Siebel failed to consume messages then the session is rollbacked.

runlevel script for debian/ubuntu

2008-07-02 Thread lkwg82
first repair the start-script, go to the bin directory of activemq do # sed -e 's#\r$##g' activemq-admin activemq-admin.sh chmod +x activemq-admin.sh this is converting from win32 to linux end of lines and make it executable as new file second, change to root # su # cd /etc/init.d/ # vi

Re: ActiveMQ stops accepting consumer requests

2008-07-02 Thread Brian Munroe
On Wed, Jul 2, 2008 at 1:19 AM, Demian Mrakovich [EMAIL PROTECTED] wrote: I am having the same problem with AMQ 4.2, so this is nothing new with AMQ 5. Occasionally ActiveMQ just stops consuming messages and a restart is required. I have no idea what causes this, but I think it maybe happens

Re: Web Admin page throwing an HTTP ERROR: 500

2008-07-02 Thread Hans Bausewein
Qwerty777 wrote: Hey all, When I go to http://mycompany.com:8161/admin/index.jsp (obviously made-up), the web admin used to show up and work. In fact, the test ActiveMQ's web admin still still works. Here's the error that I see: HTTP ERROR: 500 org.apache.jsp.index_jsp

Re: ActiveMQ stops accepting consumer requests

2008-07-02 Thread Marco Buss
Is the MemoryPercentUsage gowing to sink or is it on a constant value? If the MemoryPercentUsage is going to 100 at our server nothing we must also restart the broker. Brian Munroe-2 wrote: The one thing I did notice is on the Queue MBean, the MemoryPercentUsage goes to like 192. Is that

Re: Log all request in log file

2008-07-02 Thread Bruce Snyder
On Wed, Jul 2, 2008 at 3:07 AM, activebud [EMAIL PROTECTED] wrote: Hi Bruce, Bruce Thanks for the solution .If i configure this mirror queue does it consume the same resources what queue takes.Will there be any time delay with these queues. does it affect to the overall peformance of the

Re: Log all request in log file

2008-07-02 Thread activebud
Bruce Thanks again, My requirement is i have activemq running on one machine , there is a another server running on another machine it consumes this message,Some messages take abnormal time to deliver i want to check this to time diffs Thanks again.. Activebud bsnyder wrote: On Mon, Jun

Recommended ActiveMQ Config for Stomp

2008-07-02 Thread Michael Caplan
Hi there, I’m working on tightening up my ActiveMQ config for Stomp only use, and am trying to refine my config to this end. There are a couple of points in my config, and the “Complex Single Broker Configuration (Stomp only)” [CSBS]

Re: ActiveMQ stops accepting consumer requests

2008-07-02 Thread Brian Munroe
On Wed, Jul 2, 2008 at 7:08 AM, Marco Buss [EMAIL PROTECTED] wrote: Is the MemoryPercentUsage gowing to sink or is it on a constant value? If the MemoryPercentUsage is going to 100 at our server nothing we must also restart the broker. Marco: I'll have to do another load test to find this

Re: Web Admin page throwing an HTTP ERROR: 500

2008-07-02 Thread Qwerty777
Hey Hans, I checked that dir, but I don't see multiple copies of that file. I also checked the permission on it, but it has the same permission as what queues_jsp.class has, so I assume that the permission on index_jsp.class is fine. Do you have any idea what else may be wrong? It's weird

ActiveMQ 5 and REST

2008-07-02 Thread Mark Webb
I would like to implement a system that will send messages to a JMS Queue. I would like to be able to have the messages go from the Queue to a REST web service for insertion into a database. How feasible is this? What are my options with ActiveMQ? According to the page