Martyn Taylor
b0167ea0c8
[maven-release-plugin] prepare for next development iteration
2015-03-06 16:31:03 +00:00
Martyn Taylor
c2edf8293b
[maven-release-plugin] prepare release 6.0.0
2015-03-06 16:30:25 +00:00
Martyn Taylor
2b4e7babb6
Prepare examples,tests for release
2015-03-06 15:28:08 +00:00
Martyn Taylor
969d02f15f
reset Version numbers after release revert
2015-03-06 11:43:46 +00:00
Martyn Taylor
526135d1fb
Revert "[maven-release-plugin] prepare release 6.0.0"
...
This reverts commit 807c4e3075
.
2015-03-05 14:41:02 +00:00
Martyn Taylor
a708c9139a
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit ba3d185ac7
.
2015-03-05 14:40:41 +00:00
Martyn Taylor
ba3d185ac7
[maven-release-plugin] prepare for next development iteration
2015-03-05 11:44:13 +00:00
Martyn Taylor
807c4e3075
[maven-release-plugin] prepare release 6.0.0
2015-03-05 11:43:36 +00:00
Martyn Taylor
6f0a00c3d6
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit 67c0ce5904
.
2015-03-05 11:18:43 +00:00
Martyn Taylor
1a955b8631
Revert "[maven-release-plugin] prepare release 6.0.0"
...
This reverts commit 79ee955615
.
2015-03-05 11:18:34 +00:00
Andy Taylor
25f3343ba5
add flag to broker plugin to skip starting.
...
Also added an example bootstrap and updated the examples so this would work.
2015-03-04 11:48:46 +00:00
Clebert Suconic
b00a0a99ab
Fixing the build after the release (6.0.1 snapshot)
2015-03-03 12:36:27 -05:00
Andy Taylor
9d72cefd92
update user manual to use the phrase 'Apache ActiveMQ'
2015-03-03 16:36:33 +00:00
Martyn Taylor
67c0ce5904
[maven-release-plugin] prepare for next development iteration
2015-03-03 12:10:13 +00:00
Martyn Taylor
79ee955615
[maven-release-plugin] prepare release 6.0.0
2015-03-03 12:08:28 +00:00
Martyn Taylor
65453f3fa6
Revert "[maven-release-plugin] prepare release 6.0.0"
...
This reverts commit f1f7a67111
.
2015-03-03 11:48:06 +00:00
Martyn Taylor
b5b90e5537
Revert "[maven-release-plugin] prepare for next development iteration"
...
This reverts commit 05d052fda8
.
2015-03-03 11:47:53 +00:00
Martyn Taylor
05d052fda8
[maven-release-plugin] prepare for next development iteration
2015-03-03 10:06:55 +00:00
Martyn Taylor
f1f7a67111
[maven-release-plugin] prepare release 6.0.0
2015-03-03 10:06:00 +00:00
Howard Gao
c101d1001b
Fix openwire example config issue
2015-03-02 13:02:43 +08:00
Andy Taylor
e52622cffa
merge #110 - Distribution config
2015-02-25 13:29:15 +00:00
Martyn Taylor
e194b7803e
Replace all references of port 5445 with 61616
2015-02-25 13:27:04 +00:00
Clebert Suconic
0ff13d0cf0
Fixing TransactionFailoverExample
...
The TransactionFailoverExample IDs are not really unique if the journal is not cleaned up
This commit will make the IDs to use an UUID so the ID will always be unique even if you reuse the journal
2015-02-24 12:00:34 -05:00
Andy Taylor
fab1734af7
documentation updates
2015-02-23 09:50:08 +00:00
Andy Taylor
64d0547268
ACTIVEMQ6-80 - update acceptor config to use URI's
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-80
The configuration of acceptors and connectors now takes a uri rather than params
2015-02-19 12:10:49 +00:00
Clebert Suconic
87966029c7
This closes #93 on URI work and connection factory serialization
2015-02-12 15:01:12 -05:00
Andy Taylor
3b76ccc92b
ACTIVEMQ6-7 - Improve Serialization on Connection Factory
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-7
Connection Factory is now externalizable and is now serialized as a string that represents a URI. There are schemas for every possible type for connection factory and server locator.
The client JNDI representation of factories has also been changed to be consistent with this.
2015-02-12 09:14:24 +00:00
Martyn Taylor
6b887c5dd0
Remove Geronimo version prop from JMS example pom
2015-02-11 14:06:59 +00:00
Andy Taylor
076faa759f
ACTIVEMQ6-74 - removing unused old jaas implementation and associated tests etc
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-74
This is ready for the import of the ActiveMQ 5 JAAS implementation for 6.1
2015-02-02 15:45:58 +00:00
Martyn Taylor
26ca3084e2
Rework dependency management in top level poms
...
This patch moves test dependencies into out of the main pom and into the
tests module pom. This will make managing 3rd party category X
dependencies much easier going forward. In addition each dependency
license has been outlined in the pom and README entry added to outline
future policy when adding 3rd party depdendencies.
2015-01-19 15:40:30 +00:00
Andy Taylor
4b63891aaa
ACTIVEMQ6-67 - cleaned up configuration
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-67
fixed distribution so that file based security works and hot deployers as broken and no longer needed with new bootstrap.
Also combined the jms and core configuration files.
2015-01-15 15:48:22 +00:00
Andy Taylor
2c61399b11
example fixes
2015-01-14 09:11:22 +00:00
Martyn Taylor
86cdc589d8
ActiveMQ6-65 Removes XA with JTA example
...
This example requires a Transaction Manager implementation to run. As
we are not shipping with an appropriate Transaction Manager this is
being removed.
2015-01-12 16:19:42 +00:00
Martyn Taylor
82f1e7a503
ActiveMQ6-65 Examples updated: 3rd party CatX deps
...
Removes any occurances of CatX deps from examples and removes a couple
of other references to Cat X 3rd party deps.
2015-01-12 15:52:38 +00:00
Martyn Taylor
56d6a47a83
ActiveMQ6-65 JBoss JMS1.1 -> Geronimo 2.0 spec jar
...
Replaces usage of the JBoss 1.1 API jar with the Geronimo JMS 2.0 jar.
The API is backwards compatibile.
2015-01-07 19:54:42 +00:00
Martyn Taylor
63769aab91
ActiveMQ6-65 JBoss JMS 2.0 spec jar -> Geronimo
...
Swaps out all usages of the JBoss JMS 2.0 spec jar and replaces with the
Geronimo spec jar, in examples, docs and distribution.
2015-01-07 19:54:42 +00:00
Howard Gao
1d022fe474
ACTIVEMQ6-43(reopened) : Replace License Headers on codebase
...
- added missing license headers found by maven rat plugin.
most of them added automatically via apache-rat
a few manually added
- added apache-rat maven plugin to the build cycle
2015-01-05 13:14:25 -05:00
jbertram
a102983d7a
ACTIVEMQ6-51 Example server bootstrapping
2014-12-10 09:49:13 -06:00
Martyn Taylor
2982f37512
ActiveMQ6-6 Remove last of JBoss Transactions SPI
2014-12-10 14:00:34 +00:00
Andy Taylor
395b90e066
ACTIVEMQ6-9 - create html user manual for site
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-9
The release profile now builds a static html version of the user manual for the web site using gitbook.
Also added a new profile 'distro' that builds the distribution but without the docs.
Updated read me with build process.
2014-12-09 08:35:33 +00:00
jbertram
e6a3d3a0c5
ACTIVEMQ6-14 Replace JNDI server with client impl
2014-12-05 09:27:52 -06:00
Howard Gao
293b242ffc
ACTIVEMQ6-43 Replace License Headers on codebase
...
upgrade mycila plugin to 2.6
2014-12-01 10:20:24 +08:00
Martyn Taylor
32690f23e7
Remove references of hornetq
...
Removes all references of hornetq except for checkstyle and example
keystore and hornetq maven plugin configuration.
2014-11-20 13:00:37 +00:00
Andy Taylor
a09a8ddb3a
ACTIVEMQ6-4 - fix configuration files
...
https://issues.apache.org/jira/browse/ACTIVEMQ6-4
correct the schema name in alll the configuration files and rename substitution variables
2014-11-20 09:04:38 +00:00
Clebert Suconic
89a84c6ae2
More name changes to activemq
...
more hornetq changes
2014-11-19 16:01:54 -05:00
Martyn Taylor
e91ef714c7
Replace urn:hornetq with urn:activemq
2014-11-19 15:15:36 +00:00
Martyn Taylor
4a6b980fed
Remove references to HornetQ in doc and Comments
2014-11-19 15:15:35 +00:00
jbertram
034adfbf9b
ACTIVEMQ6-4 Rename HornetQ* classes to ActiveMQ*
2014-11-18 16:53:09 -06:00
jbertram
e7a3e7d25b
ACTIVEMQ6-9 Clean up docs
2014-11-18 16:53:08 -06:00
Martyn Taylor
176e817805
ACTIVEMQ6-5 Replace 3rd party CatX deps with CatA
2014-11-18 17:33:52 +00:00