how to disable TRACE method on port 61614

2014-04-03 Thread edsn
Hi mates, I got a problem with security scan on machine with apache-activemq-5.9.0 running. The security dept ask me to disable "TRACE method" on this port 61614. I saw that it's disable for default on port 8161 where are the webapps admin, hawtio, etc. ( at org/eclipse/jetty/webapp/webdefault.x

Re: Messages stuck in queue 5.9.0

2014-04-03 Thread Yin Wang
Can you try to disable cache consumer option? Or can you use a plain jms consumer to try to reproduce the issue? Just guess it's maybe related with cache consumer and spring jms template. 2014-03-29 4:19 GMT+08:00 lookers : > Just checked the queuesize and it is increasing when it is blocked. >

Re: How to upgrade hawtio separately?

2014-04-03 Thread jlindwall
I just tried replacing the webapps/hawtio with version 1.3.0. It kinda works but I get an exception at startup, and one of the brokers (1 of 3) gets an unending stream of javascript errors onscreen. I'm gonna stick with the baked-in version for now. INFO | Loading Blueprint contexts [file:] WAR

failover://tcp with updateClusterClients vs failover://(discovery)

2014-04-03 Thread jlindwall
== Short version == If we use failover with updateClusterClients, do all clients failover to the *same* secondary broker? server: ... client: failover://tcp://primary:61616 Scenario: Say we are running 3 brokers: primary, secondary, tertiary. T

RE: Messages stuck in broker, requires restart.

2014-04-03 Thread Donnell Alwyn
Many thanks Gary, I tried setting the policyEntry useCache=false to no avail. To give to some more background, I have a durable consumer subscribing to messages on an activeMQ channel and sending them to a database in an XA Transaction. A producer sends 1000's of these messages to the active

Re: Hawtio doesn't render properly in firefox or IE?

2014-04-03 Thread gashcrumb
It could very well be, hawtio has primarily been developed in Google chrome which really provides the best user experience. If you're on the 1.2.x version that was shipped with ActiveMQ it's likely there's some issues in there that have been ironed out since that release, the current 1.3.0 release

Hawtio doesn't render properly in firefox or IE?

2014-04-03 Thread jlindwall
I suspect this is an environmental problem, because it is hard to believe that this problem would not be noticed by many others... I have been accessing hawtio for months via chrome and it works great. I tried to give my boss a demo today of hawtio and he opened IE -- he logged in and then was pr

Re: How to disable auto creation of destination in activeMq

2014-04-03 Thread Claus Ibsen
Hi There is a FAQ http://activemq.apache.org/how-to-disable-auto-destination-creation.html On Thu, Apr 3, 2014 at 11:03 AM, geetha wrote: > Hi, > > Am using camel spring dsl in my project, where source is apache activeMq. If > i give incorrect queue name, it is automatically creating the queue a

NPE in BaseDataStreamMarshaller, network bridge stopped

2014-04-03 Thread danielstraub
We have two ActiveMQ servers with a network bridge. After some days transfering messages beetwen the broker, the bridge stopped. There no log information on the sender side. The receiver broker shows a lot of this NPE's : java.lang.NullPointerException at org.apache.activemq.openwire.v10.BaseDataS

Re: Can ActiveMQ take advantage of Oracle transparent application failover?

2014-04-03 Thread DT78
Hello, You seem to know a lot about oci configuration with activemq. Then I run activemq with oci, I have this error : java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path How do you got the ocijdbc10 library ? Is a ocijdbc10.jar library or a ocijdbc10.so library that must exist and

How to disable auto creation of destination in activeMq

2014-04-03 Thread geetha
Hi, Am using camel spring dsl in my project, where source is apache activeMq. If i give incorrect queue name, it is automatically creating the queue and listening for a message. Producer will post the messages in correct queue name which will not be picked by my consumer. So in this case am expect

Activemq with oci : java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path

2014-04-03 Thread DT78
Hello, activemq is set to use oci : In activemq start we see this error : java.lang.UnsatisfiedLinkError: no ocijdbc10 in java.library.path Have you got the ocijdbc10.jar or ocijdbc10.so (HP-UX 11i) library, and how ? Thank you by advance. -- View this message in context: http://activem

activemq stop failed

2014-04-03 Thread Li Li
very strange. the orginal pid is 11639. after stop. this pid not exist. but there is another activemq progress with different pid. it can still be visited by client $ ./bin/activemq stop INFO: Using default configuration (you can configure options in one of these file: /etc/default/activemq /home/

Re: statisticsBrokerPlugin not work

2014-04-03 Thread Li Li
I found the problem. the queue not yet exist so the program hangs On Thu, Apr 3, 2014 at 6:40 PM, Li Li wrote: > suddenly, the statisticsBrokerPlugin do not work(I have restarted the > sever today). I can send and receive messages. but I can't get queue > size from it. and there is a warn: > Que

statisticsBrokerPlugin not work

2014-04-03 Thread Li Li
suddenly, the statisticsBrokerPlugin do not work(I have restarted the sever today). I can send and receive messages. but I can't get queue size from it. and there is a warn: Queue ActiveMQ.Statistics.Destination.fetch_queue2 has no consumers fetch_queue2 is my queue from hawtio Percentage blocked

Re: mkahadb: Failed to start per destination persistence adapter for destination

2014-04-03 Thread Gary Tully
Great news ;-) On 2 Apr 2014 22:20, "boday" wrote: > FYI, I was able to reproduce this issue...its because a queue with no name > was > created when using JMX to send messages in between queues...I'll log a > ticket with more info... > > > > -- > View this message in context: > http://activemq.22