Manufacturer's Information on IT Security

2014-02-17 Thread led
Dears, I need Manufacturer's Information on IT Security for apache ActiveMQ 5.8.0. Who can help me and fill out the form (see attachment)? Best regards. IT-Sicherheit-Software-Herstellerauskunft-en-ActiveMQ_20131009.odt

RE: networkConnector over SSL results in certificate exception - AMQ 5.9.0

2014-02-17 Thread Geurt Schimmel
Hi, Looks your MQ-instances don't recognize the certs offered by the counterparty - as usual with SSL, the errors are pretty obscure. client.ts @ hostA should have the cert of hostB, and the other way around. You can check the content of the keystores/truststores with keytool -list -storepass

networkConnector over SSL results in certificate exception - AMQ 5.9.0

2014-02-17 Thread David Laube
Hi All, We're experiencing some issues trying to get two brokers running on a single host (for simplicity) talking to each other using a networkConnector over SSL. I suspect I'm missing something somewhere, I just haven't found it yet ;) I've packaged two ActiveMQ 5.9.0 installations into a sin

RHQ clustering?

2014-02-17 Thread barry.barnett
Is SAN/NAS or any type of shared storage required for RHQ clustering?

Re: Problem with JMX mbean, not showing ActiveMQ.DLQ when ActiveMQ service restarted

2014-02-17 Thread sharma_arun_se
Yes, I already posted broker log when I post this issue first time. See top of this topic. The log from wrapper/broker is: 2014-02-12 15:46:46,812 | WARN | /admin/queues.jsp | org.eclipse.jetty.servlet.ServletHandler | qtp1530088410-59 javax.el.ELException: java.lang.reflect.UndeclaredThrowableE

Re: Problem with JMX mbean, not showing ActiveMQ.DLQ when ActiveMQ service restarted

2014-02-17 Thread sharma_arun_se
We have default setting for persistent (ActiveMQ 5.8.x): Also we did not specify broker option "deleteAllMessagesOnStartup". So it must have its default value i.e. false -- View this message in context: http://activemq.2283324.n4.nabble.com/Problem-with-JMX-m

Re: Problem with JMX mbean, not showing ActiveMQ.DLQ when ActiveMQ service restarted

2014-02-17 Thread sharma_arun_se
Below are answers: >>Is that the exception from the attempt to access the queue via JMX, or from the web console? Ans: Both. I am getting this error from both JMX and/or from the web console. >> If it's from the web console, are you hitting the main Queue page, or >> trying to hit the browse pag

Re: Problem with JMX mbean, not showing ActiveMQ.DLQ when ActiveMQ service restarted

2014-02-17 Thread sharma_arun_se
Agree with you. We have no messages in DLQ, when I restarted ActiveMQ service. But ActiveMQ web-console queue tab (http://localhost:8161/admin/queues.jsp) must be visible to me which has other queue. But currently, it is throwing error when I click queue tab in ActiveMQ web-console. " Error! Ex

Re: Slow KahaDB access

2014-02-17 Thread Gary Tully
the journal will batch writes, but does not delay, so under parallel load (multiple connections), there will be batching. Batch writes can accumulate while a write to disk and sync is in progress. On 17 February 2014 07:01, xabhi wrote: > Hi, > I have read that page and I could only find that the