Commit Graph

321 Commits

Author SHA1 Message Date
Dejan Bosanac a7e2a44fe8 https://issues.apache.org/jira/browse/AMQ-6013 - restrict classes which can be serialized inside the broker 2015-10-16 15:44:23 +02:00
Christopher L. Shannon (cshannon) f44c3d20ed https://issues.apache.org/jira/browse/AMQ-5356
Upgraded to Jetty 9.2.x to solve JDK 8 compatibility issues.
This required migrating to the new WebSocket API.
2015-09-03 11:54:57 +00:00
Christopher L. Shannon (cshannon) 04ee70a161 https://issues.apache.org/jira/browse/AMQ-5889
Adding support for auto detection of wire protocols over a transport.
OpenWire, AMQP, STOMP, and MQTT can all be detected and the broker
will properly handle each one over a given Transport.  Currently
auto TCP, NIO, SSL, and NIO+SSL transports can handle auto-detection
of the wire format and client but support could be added in the
future for other transports like websockets.
2015-08-11 19:39:29 +00:00
Timothy Bish 6cdd750ddc [maven-release-plugin] prepare for next development iteration 2015-08-10 11:04:26 -04:00
Timothy Bish a9eeb03520 [maven-release-plugin] prepare release activemq-5.12.0 2015-08-10 11:04:17 -04:00
Christopher L. Shannon b64b8ba27e https://issues.apache.org/jira/browse/AMQ-5896
Removing the dependency on the ExceptionUtils class in Apache Commons
as that dependency is only available at test time
2015-07-31 20:16:01 -04:00
Christopher L. Shannon (cshannon) ac3d088647 https://issues.apache.org/jira/browse/AMQ-5896
Fixing a potential race condition with BrokerFacacdeSupport that could
cause an InstanceNotFoundException when getting a destination from
a RemoteJMXBrokerFacade instance
2015-07-31 11:56:40 +00:00
gtully a05a9a2129 https://issues.apache.org/jira/browse/AMQ-5552 - added profile for activemq.tests=smoke to run a fast subset of tests that gives a fast verification of a full build 2015-07-09 14:10:38 +01:00
Christopher L. Shannon (cshannon) 12b26b641b https://issues.apache.org/jira/browse/AMQ-5745
This commit is based off a patch submitted by admin@int3solutions.com.
It fixes several locations in the code where there are potential resource leaks.
2015-06-30 13:41:48 -04:00
Timothy Bish 9445e93ae4 https://issues.apache.org/jira/browse/AMQ-5685
Apply patch from Kevin Richards after adding proper license headers etc
2015-04-16 12:53:49 -04:00
gtully ae595c95b1 [maven-release-plugin] prepare for next development iteration 2015-01-30 12:46:19 +00:00
gtully 4ba1a1689f [maven-release-plugin] prepare release activemq-5.11.0 2015-01-30 12:46:08 +00:00
gtully bf5a2997c7 [maven-release-plugin] prepare for next development iteration 2015-01-26 16:48:46 +00:00
gtully eec2955bde [maven-release-plugin] prepare release activemq-5.11.0 2015-01-26 16:48:37 +00:00
gtully 64fa706d54 Revert "[maven-release-plugin] prepare release activemq-5.11.0"
This reverts commit f47fbe4b89.
2015-01-26 16:39:35 +00:00
gtully f47fbe4b89 [maven-release-plugin] prepare release activemq-5.11.0 2015-01-26 16:17:43 +00:00
Daniel Kulp 3ec36818eb Get more tests passing with Jetty9 2015-01-15 12:16:17 -05:00
gtully 60f9b020cc https://issues.apache.org/jira/browse/AMQ-5515 - update to 8.1.15.v20140411 2015-01-13 12:06:54 +00:00
gtully cf62d58ae7 https://issues.apache.org/jira/browse/AMQ-5515 - tidy up jetty deps - fix jetty maven coords 2015-01-12 22:58:07 +00:00
Hadrian Zbarcea aedcae139b Revert "[maven-release-plugin] prepare release activemq-5.11.0"
This reverts commit 48b0cf396c.
2015-01-05 12:25:58 -05:00
Hadrian Zbarcea 89995f4723 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 7b285c6f52.
2015-01-05 12:25:47 -05:00
Dejan Bosanac 7b285c6f52 [maven-release-plugin] prepare for next development iteration 2014-12-29 12:44:32 +01:00
Dejan Bosanac 48b0cf396c [maven-release-plugin] prepare release activemq-5.11.0 2014-12-29 12:44:20 +01:00
gtully b5581166be https://issues.apache.org/jira/browse/AMQ-5182 - apply patch from colin mondesir with thanks 2014-10-07 15:11:31 +01:00
Dejan Bosanac fa086396a7 [maven-release-plugin] prepare for next development iteration 2014-06-05 11:59:29 +02:00
Dejan Bosanac 58dd93e42e [maven-release-plugin] prepare release activemq-5.10.0 2014-06-05 11:59:17 +02:00
Dejan Bosanac c2cf78542f [maven-release-plugin] prepare for next development iteration 2014-06-04 11:33:17 +02:00
Dejan Bosanac 5bc741f227 [maven-release-plugin] prepare release activemq-5.10.0 2014-06-04 11:33:03 +02:00
Jason Sherman d37786ea13 Add Jetty host property to resolve URL message 2014-05-09 16:38:49 -04:00
artnaseef ae2504ab8e AMQ-5104: Add non-durable subscribers to the subscriber page, and topic-specific subscriber view for individual topics. 2014-03-14 23:10:13 -07:00
artnaseef db1e3fc9e3 AMQ-2429: Add pages listing producers for Queues and Topics. 2014-03-14 19:53:53 -07:00
Daniel Kulp 3321f99643 [AMQ-4174] Redirect back to queue overview after delete/moving message
Patch from Robert Balent applied
2014-02-05 15:19:44 -05:00
Timothy Bish a2ede974b9 https://issues.apache.org/jira/browse/AMQ-4938
apply patch with cleanups
2014-01-16 10:19:41 -05:00
Claus Ibsen a3e3d487a3 AMQ-4856: Use application/xml as content-type in web servlet. Thanks to Fernando Ribeiro for the patch. 2013-11-22 10:53:07 +01:00
Timothy Bish b0b3a169ce https://issues.apache.org/jira/browse/AMQ-4869 2013-11-11 12:05:52 -05:00
Claus Ibsen 70e2b998d2 AMQ-4668: REST API only accepts non-form content if content type of text/xml 2013-11-02 11:44:44 +01:00
gtully f5dd1256e4 https://issues.apache.org/jira/browse/AMQ-3303 - test that validates fix 2013-10-17 14:27:22 +01:00
gtully 864aa6798f [maven-release-plugin] prepare for next development iteration 2013-10-14 23:38:35 +01:00
gtully 87c9bbebac [maven-release-plugin] prepare release activemq-5.9.0 2013-10-14 23:38:22 +01:00
Claus Ibsen 6d15c348ba AMQ-4801: Fixed chat example to not log ERROR on initial connection. 2013-10-14 12:17:35 +02:00
gtully ee0933c71e [maven-release-plugin] prepare for next development iteration 2013-10-11 14:51:36 +01:00
gtully b276006911 [maven-release-plugin] prepare release activemq-5.9.0 2013-10-11 14:51:24 +01: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 987769a62b AMQ-4277: Added unit test. 2013-10-03 10:56:38 +02:00
Claus Ibsen bdbe3d2d08 AMQ-4750: Include details about 2 web consoles now in distro. 2013-09-30 16:36:54 +02:00
Timothy Bish 062adbbe72 fix for: https://issues.apache.org/jira/browse/AMQ-4059
Removes deps on camel from activemq-web, code not needed for the
examples.
2013-09-20 11:59:05 -04:00
Timothy A. Bish 42b4e0c810 fix for: https://issues.apache.org/jira/browse/AMQ-4675
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1511967 13f79535-47bb-0310-9956-ffa450edef68
2013-08-08 19:21:22 +00:00
Timothy A. Bish de49f2e873 fix for: https://issues.apache.org/jira/browse/AMQ-4629
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1503736 13f79535-47bb-0310-9956-ffa450edef68
2013-07-16 14:41:16 +00:00
Hiram R. Chirino d2836d1362 Applying patch and fix for AMQ-3303: Standalone web console crashes when accessing broker via master-slave failover.
Patch supplied by Arnaud BRAND.  Many thanks!  Fix confirmed by Jamie Goodyear.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1499141 13f79535-47bb-0310-9956-ffa450edef68
2013-07-02 22:54:20 +00:00
Timothy A. Bish 166ab43c90 https://issues.apache.org/jira/browse/AMQ-4589
Apply patch to work around known race condition. 

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1494681 13f79535-47bb-0310-9956-ffa450edef68
2013-06-19 16:31:36 +00:00