536 Commits

Author SHA1 Message Date
Kevin Earls
07dad1cd55 Fixed config file paths for Windows AMQ-5216 2014-06-06 16:09:52 +02:00
Dejan Bosanac
1591960887 fixing licenses 2014-06-03 14:03:28 +02:00
Claus Ibsen
7af9bce8a7 Added close destroy-method to Postgres data source. Thanks to Jakub Korab for reporting in https://github.com/apache/activemq/pull/19 2014-05-11 10:54:27 +02:00
Jason Sherman
d37786ea13 Add Jetty host property to resolve URL message 2014-05-09 16:38:49 -04:00
Hiram Chirino
bdb24ee7c7 Fixes AMQ-5176: Support building ActiveMQ using Java 8 JDK 2014-05-07 10:53:51 -04:00
Timothy Bish
8498136f5e fix for: https://issues.apache.org/jira/browse/AMQ-5004 2014-04-30 10:08:28 -04:00
Hadrian Zbarcea
3f32507f78 Use autocrlf consistently for line endings 2014-04-29 14:18:37 -04:00
Hadrian Zbarcea
ed11b067c5 Add missing license headers in preparation of releases 2014-03-31 18:43:54 -04:00
Dejan Bosanac
f5ddcf06d7 https://issues.apache.org/jira/browse/AMQ-5128 - provide SSL_OPTS to all tasks 2014-03-31 12:52:59 +02:00
Claus Ibsen
4927c54a0a AMQ-2388: Enanched log4j logger to include exact versio number. 2014-03-29 12:27:46 +01:00
Claus Ibsen
3f5d17f593 AMQ-5124: Disable jolokia discovery as we need a new jolokia release so it can broadcast the correct hostname. 2014-03-29 11:36:06 +01:00
Claus Ibsen
2ccc349542 Enabled jolokia discovery and removed hawtio dir 2014-03-21 15:31:11 +01:00
Claus Ibsen
ab64241354 Enabled jolokia discovery and removed hawtio dir 2014-03-21 15:14:37 +01:00
Claus Ibsen
82fb18d0d1 Allow to access server log 2014-03-07 16:03:30 +01:00
Les Hazlewood
f9451e56e2 Fix for https://issues.apache.org/jira/browse/AMQ-3621 - Integrate Apache Shiro with ActiveMQ as "security solution" - many thanks to Les Hazlewood (lhazlewood) for the patch!
Commit dev changes to branch.

Signed-off-by: Christian Posta <christian.posta@gmail.com>

Added shiro support to 5.9.x

Signed-off-by: Christian Posta <christian.posta@gmail.com>

Added Shiro deps to dist zip/tarball and 'all' .jar

Signed-off-by: Christian Posta <christian.posta@gmail.com>

updated version number to reflect correctly packaging Shiro features

Signed-off-by: Christian Posta <christian.posta@gmail.com>

Handled case when adding a producer might not have a specified destination.

Signed-off-by: Christian Posta <christian.posta@gmail.com>

Merged latest Connection API changes from trunk.

Signed-off-by: Christian Posta <christian.posta@gmail.com>

removed accidental addition of Stormpath's m2 repo

Signed-off-by: Christian Posta <christian.posta@gmail.com>

reverted accidental deletion of <distributionManagement>

Signed-off-by: Christian Posta <christian.posta@gmail.com>
2014-02-24 08:17:32 -07:00
Daniel Kulp
127f82a439 Remove sitemesh jar from assembly, not needed anymore 2014-02-03 14:37:46 -05:00
Dejan Bosanac
e366917efc https://issues.apache.org/jira/browse/AMQ-4979 - password protect jolokia api 2014-01-21 16:48:33 +01:00
Dejan Bosanac
286a5a6b49 https://issues.apache.org/jira/browse/AMQ-4979 - put jolokia back in 2014-01-21 15:13:27 +01:00
Daniel Kulp
760ee2677a Remove hawt.io console and restore back to just the old console 2014-01-02 11:11:06 -05:00
Hiram Chirino
0b581104c7 pass along the ssl system properties if they are defined on the command line for the swissarmy example 2013-12-11 09:34:03 -05:00
Hiram Chirino
ff0dd5a917 Upgrade to latest hawtio release. 2013-12-10 11:03:27 -05:00
Timothy Bish
044c2d98ff fix for: https://issues.apache.org/jira/browse/AMQ-4910 2013-12-05 12:01:44 -05:00
Claus Ibsen
bd414b70f7 AMQ-3101: Removed start from bin\activemq.bat so windows users need to start the broker like on unix. 2013-11-13 17:53:08 +01:00
Hiram Chirino
22dc6d444a https://issues.apache.org/jira/browse/AMQ-4471 - Fixing bug where stomp ws example allows remote JS execution. 2013-10-30 13:19:26 -04:00
Hiram Chirino
ee65ca4ee5 Fixes AMQ-4806: './bin/activemq console' should 'exec' java so that way scripts calling it can get the pid for the broker's java process. 2013-10-15 10:54:58 -04:00
Claus Ibsen
98803a5949 AMQ-4803: Updated instructions in examples how to start, as the files has been moved. 2013-10-14 11:36:21 +02:00
Hiram Chirino
5b5133c28b Fixing up the user-guid.html that is part of the distro to reflect changed paths. Moving the camel.xml to the examples conf dir. 2013-10-11 10:01:28 -04:00
Hiram Chirino
c643e7f631 Make sure we test the examples/conf broker xml files. 2013-10-10 12:19:06 -04:00
Dejan Bosanac
3345e6ca25 adding proton-j-impl dependency 2013-10-10 17:51:18 +02:00
Hiram Chirino
51cf06be54 Enabled the websocket transport by default and fix up the mqtt websocket demo so you get a random client id by default. 2013-10-10 11:38:08 -04:00
Hiram Chirino
6773b8ff76 Fixing the mqtt java example a bit. 2013-10-10 11:38:07 -04:00
Timothy Bish
a912d6d5ce Add in C++ and CSharp examples for Openwire 2013-10-10 11:10:36 -04:00
Hiram Chirino
b4dafca869 Renaming to ActiveMQExamples 2013-10-10 10:46:14 -04:00
Hiram Chirino
2ecf41d02f Porting apollo examples structure to ActiveMQ 5.9. 2013-10-10 10:40:04 -04:00
Claus Ibsen
0320630066 Use openwire as transport name instead of default 2013-10-10 16:33:37 +02:00
Claus Ibsen
3ae37a9ba3 Align jetty-demo.xml with jetty.xml so we have the new web console included also. 2013-10-10 16:27:43 +02:00
gtully
5bdcc19693 simplify default config, remove vmcursor refs and default memory limits to 70% heap. hardcoded default 1g 2013-10-10 13:53:39 +01:00
Dejan Bosanac
981c8e247f use proper hawtio config for all shell scripts 2013-10-09 10:22:07 +02:00
Hiram Chirino
3a0a9aae05 Include the partition module in the assembly. 2013-10-08 13:27:32 -04:00
Claus Ibsen
ef64b057a6 Polished instructions in webconsole readme 2013-10-08 15:19:30 +02:00
Dejan Bosanac
1981adf429 https://issues.apache.org/jira/browse/AMQ-4594 - turning off debug for jaas module 2013-10-07 17:54:36 +02:00
Dejan Bosanac
ce9be7b11a https://issues.apache.org/jira/browse/AMQ-4594 - removing hawtio from basic auth and using it's own mechanism 2013-10-07 16:29:12 +02:00
Claus Ibsen
0da02fca9d Added details how to disable login in web consoles. 2013-10-07 12:50:00 +02:00
Claus Ibsen
75c659f122 AMQ-4787: The welcome page of the web console should not be constrained. 2013-10-05 15:52:05 +02:00
Claus Ibsen
abaaf25d30 AMQ-4747: Fixed insight-log4j using a patched JAR so we can include it in the standalone distro. 2013-10-05 14:52:43 +02:00
Claus Ibsen
66e101b1da Moved some jars from lib/web to lib as they are more broker dependent. 2013-10-05 11:12:35 +02:00
Claus Ibsen
84c4b9db56 AMQ-7486: Log at INFO level on starting standalone broker the http url of the web console 2013-10-04 14:10:28 +02:00
Claus Ibsen
a959ed9227 AMQ-4750: More details in web console get started how to install and use it in karaf containers. 2013-10-02 12:09:30 +02:00
gtully
0530aacff7 https://issues.apache.org/jira/browse/AMQ-4606 - remove mysql in favour of derby and defer start in replicated-leveldb b/c spring auto start hides the expected timeout when no zk 2013-10-02 00:28:32 +01:00
gtully
b66559ee07 https://issues.apache.org/jira/browse/AMQ-4757 activemq-jms-pool a generic jms xa pool derived from activemq-pool which activemq-pool now extends with amq specifics 2013-09-30 23:09:25 +01:00