ActiveMQ FileServer Authentication

2015-09-10 Thread brusoth09
I'm using ActiveMQ's file server in this location http://localhost:8161/fileserver/. While authenticate this file server. I made small change in jetty.xml file and added a new line. (used same credential as admin portal). Then While using activemq blob messaging i used

ActiveMQ File Server Authentication

2015-09-10 Thread Burusothman Ahiladas
I'm using ActiveMQ's file server in this location http://localhost:8161/fileserver/. While authenticate this file server. I made small change in jetty.xml file and added a new line. (used same credential as admin portal). Then While using activemq blob messaging i used

RE: MQTT Link Stealing

2015-09-10 Thread Shobhana
I am using version 5.11.1 with Eclipse Paho MQTT Client and find the same issue in this version too. By default, for MQTT, allowLinkStealing is set to true. But I see hundreds of following messages in AMQ logs : 2015-09-10 13:21:47,544 | WARN | Failed to register MBean

Re: ActiveMQ JDBC persistence with MSSql

2015-09-10 Thread mtod
Thanks for the quick reply. Good catch that resolved the problem. I was using the default activemq config and I guess they have not updated the documentation. Mike -- View this message in context:

Re: ActiveMQ JDBC persistence with MSSql

2015-09-10 Thread Christopher Shannon
The class can't be found because it isn't part of dbcp 2. org.apache.commons.dbcp.BasicDataSource is the package for dbcp 1.x not 2.x Take a look at: https://commons.apache.org/proper/commons-dbcp/apidocs/org/apache/commons/dbcp2/BasicDataSource.html You should be using

Catching Transport Connection Exception

2015-09-10 Thread Robert Bray
I am getting this sort of error in a log when JMS client are forcibly closed. WARNING: Transport Connection to: tcp://172.25.106.166:50438 failed: java.io.IOE xception: An existing connection was forcibly closed by the remote host Which is expected, but can I catch these exception with some

ActiveMQ JDBC persistence with MSSql

2015-09-10 Thread mtod
I'm trying to setup a MSSQL JDBC persistence and I keep getting the same error. My setup is ActiveMQ 5.12.0 on Windows 2012 R2 with JAVA 1.8 I downloaded and installed the MS Drivers. *My ActiveMQ.xml is using the default and the only thing I added was :*