GitHub user milapbhojak opened a pull request:
https://github.com/apache/activemq/pull/252
ActiveMQ Logo
Hi Community,
Milap here, Product designer from India. I have designed few options for
ActiveMQ logo. I have referred Apache Foundation style guide. Please let me
know your feedback. :)




You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/activemq activemq-5.14.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq/pull/252.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #252
----
commit a35371d88068e292275ddb0d4cd207380414c436
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-08-02T13:30:31Z
NO-JIRA : creating 5.14.x branch
commit 7216322ef982214e5b30033d0e4650907e04518b
Author: Hiram Chirino <[email protected]>
Date: 2016-08-09T15:41:22Z
Fixes CAMEL-10226: camel-jms ignores connection pool settings in
spring-boot deployment.
commit 85a2d975a3aa026b1021780183d11fda4a67b99e
Author: Claus Ibsen <[email protected]>
Date: 2016-08-10T08:47:18Z
Fixes CAMEL-10226: camel-jms ignores connection pool settings in
spring-boot deployment.
commit 5d28e0ceef92064c0ed23e6cf2061ffe5fd3e7fb
Author: John D. Ament <[email protected]>
Date: 2016-08-04T11:10:21Z
Renamed README file. Updated link for encryption and location of LICENSE.
Update NOTICE year.
commit 124bd1ae3d1f015b2e605288e624ecf2f921c67f
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-08-17T13:35:18Z
https://issues.apache.org/jira/browse/AMQ-6397
Setting the HTTP timeout for all HttpClients instead of just on send
(cherry picked from commit 06e929f1016571f9e5a024e42a4fc5298d9f9684)
commit 853e80063bd51409ac646b034b99ac934e4d1870
Author: Claus Ibsen <[email protected]>
Date: 2016-08-20T10:13:55Z
AMQ-6402: Fixed potential NPE in OriginalDestinationPropagateStrategy
commit 680d082a179902d14cf38a8afde7c2c12a062106
Author: Timothy Bish <[email protected]>
Date: 2016-08-23T13:58:05Z
https://issues.apache.org/jira/browse/AMQ-6404
Add check for unmarshalled text body and handle that case.
(cherry picked from commit 1030fb184216d00e3fd43a416931acd3b2fc6794)
commit a99edb81757899a58d22c54a59294f7d86949659
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-08-26T17:46:42Z
https://issues.apache.org/jira/browse/AMQ-6067
The JDBCMessageStore now checks hasSpace() when running a message
recovery listener to prevent going past the max configured page size
(cherry picked from commit b9fad53fc650a9026391bef0fd74aea1bea7ec1b)
commit 8e994366b3c5e7540296d80a12ae2569010743cb
Author: Timothy Bish <[email protected]>
Date: 2016-08-30T15:00:27Z
https://issues.apache.org/jira/browse/AMQ-6408
Update to latest proton-j 0.14.0
(cherry picked from commit 1595912bbf3225c8d1a92cf9a0d54746756c6c12)
commit 26f665b8223bd60a6278b67b90ce4c803b3e8b7c
Author: Timothy Bish <[email protected]>
Date: 2016-08-30T15:04:43Z
https://issues.apache.org/jira/browse/AMQ-6409
Update Netty to 4.0.41.Final
(cherry picked from commit a4cd4dc674be0dbe8ed98c4098e98dc449d76d95)
commit f15c0e8e0aad5f20cf47307da24fc40493626fc6
Author: Timothy Bish <[email protected]>
Date: 2016-08-30T19:00:23Z
https://issues.apache.org/jira/browse/AMQ-6410
Advertise that the connection supported delayed message delivery.
(cherry picked from commit 4a1f2f7ca73fc3cf8d650a4d1b884bc6a0750e59)
commit fb24b48b8a69c841ca86af073660247e53ebbd1e
Author: Timothy Bish <[email protected]>
Date: 2016-09-01T20:26:03Z
https://issues.apache.org/jira/browse/AMQ-6387
Fix up the Memory Store such that it removes the references it adds to
messages when they are placed into the memory durable topic subscription
store.
(cherry picked from commit bb8d32c04aa06735d0036963685a4bc41fcbaad7)
commit 679f0cfd311c362aa7821763067d9c9fa9bdc801
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-08-31T13:46:50Z
https://issues.apache.org/jira/browse/AMQ-6414
Changing the nio+ssl transports to trigger a serviceRead after start up
to prevent blocking. The prevents the channels from not reading in
certain cases, most notably with the auto+nio+ssl transport when used
for a network bridge. Also added a couple tests and changed a network
bridge test to test out auto+nio+ssl.
(cherry picked from commit ed0e786b6002633411037923fb28a075489e442b)
commit c99eb1d6005fd81a6ebd2486ecc79ef2e78fec9b
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-02T19:56:33Z
https://issues.apache.org/jira/browse/AMQ-6418
Properly setting the transport properties on the
AutoNIOSSLTransportServer and fixing the Stomp protocol to set the peer
certs when using auto+ssl
(cherry picked from commit 98c5866c7534c1f26d2e41edbdb372fe21387fe4)
commit c4bc626feac5b98a69c9a8577faf57585ce20d5d
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-07T11:42:13Z
https://issues.apache.org/jira/browse/AMQ-6420
Properly copying wire format options map before applying to the
transport when using auto transports so that the options do not get
cleared and will be used for all future connections
(cherry picked from commit 9ab94883a8ba88aeeb0a16e2310ab42a46de1d05)
commit 4dbe61dd562040ec73df309527f92a918d3779ed
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-07T12:17:34Z
https://issues.apache.org/jira/browse/AMQ-6418
Fixing mqtt link stealing default setting for auto transport
(cherry picked from commit 88af1c70d96d2df15a127ba02d73f205202fb5cc)
commit 5956bdc1f5d6b26bbf610e2e1bdd4f8f83d317c7
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-08T12:27:49Z
https://issues.apache.org/jira/browse/AMQ-6423
Fixing durable sync over a network bridge so that network subscriptions
that are no longer permissible are also cleaned up
(cherry picked from commit a038655605e8fa1de279b37989ba69a68f83c601)
commit cf004c205de6eb9b69ba85a3467c3798043c6460
Author: gtully <[email protected]>
Date: 2016-09-01T15:46:21Z
AMQ-6413 - ensure audit update on skipped store add for kahadb
concurrentStoreAndDispatch. Fix and test
(cherry picked from commit f8bc19b96da752e216de2c5c543a7d8523512a03)
commit 1d1c9262fdd224dcca744b729bebe8cf4e13c3ef
Author: gtully <[email protected]>
Date: 2016-08-25T14:01:19Z
AMQ-6406 - ensure duplicates trapped by the cursor-add or queue-page-in are
removed from the message store
(cherry picked from commit 2b1cda196471280c4fc587d8664d6373e18c97ca)
commit f0d898cc9d7cbeea19ee54334e504ac52ef854cc
Author: gtully <[email protected]>
Date: 2016-08-24T10:39:22Z
AMQ-6403 - add indexDirectory attribute to kahadb plist impl - settable via
broker service tempDataStore
(cherry picked from commit 5a874816b74a485822bcb60e1cf7fc550644d62a)
commit 48036bff053c79b1a0bba32b86c3bf15181f0899
Author: Timothy Bish <[email protected]>
Date: 2016-09-09T15:17:08Z
https://issues.apache.org/jira/browse/AMQ-6427
Move to Qpid JMS 0.11.0
(cherry picked from commit 5de9bdac080cfcaa8777b1ee7e431dab4e03ac85)
commit d3b86e77ddfe7d0185ff150520a0dddc9c6cf53e
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-21T13:32:37Z
https://issues.apache.org/jira/browse/AMQ-6430
When a nolocal durable consumer reconnects the new connectionId is properly
captured for
the NoLocal expression so that nolocal works on reconnect. Also fixed
the detection of the nolocal value changing on consumer connect.
(cherry picked from commit 7c293b661f22245ce21bf2b5aa1c5bf4192cb8c5)
commit a80f7ccbe1c0e60c3aa668b33e4dbdc3dbb21128
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-23T11:50:12Z
https://issues.apache.org/jira/browse/AMQ-6434
Rewriting logic in finally block of PooledTaskRunner to avoid using a
return statement
(cherry picked from commit f25e7ab47f1bed223e30fc85afbe43ba1f4c93e6)
commit 8bde32a07c28500793924b183f2956e8cc6b13f4
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-23T12:02:22Z
https://issues.apache.org/jira/browse/AMQ-6433
Generating a new equals method in TypeConversionSupport so the proper
null checks exist
(cherry picked from commit 2b99ffcc22e8c982883ae553bd91d03acc68aaa2)
commit e0c70b843fb963cfa5e3be322c0d271ba61709bb
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-23T14:58:26Z
https://issues.apache.org/jira/browse/AMQ-6430
Modifying patch so that only stores that persist the noLocal flag will
check if this flag has changed to prevent a subscription from being
deleted by mistake
(cherry picked from commit 18571ce09b6385d8560200928a353e9da1a1ffe4)
commit bf7a19eead5ed9fac08f4220a3ec82dc6abdb7e3
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-23T18:30:37Z
https://issues.apache.org/jira/browse/AMQ-6431
Fixing BitArrayBin to not overflow in certain cases with numbers larger
than Int max
(cherry picked from commit 09456480b838efd97297679840d33f7949449e21)
commit b1c09d9a859c9caf6eccacdb23ca0b5f65f9b527
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-23T19:47:27Z
https://issues.apache.org/jira/browse/AMQ-6436
The temporary store will now delete the old temp directory on start up
if lazyInit is true instead of waiting for the store to initialize to
clear up space. This prevents space on the disk from being wasted with
old data if the temp store isn't initialized
(cherry picked from commit a82c95cd29a6b06d2083b1869129b9e2addac7da)
commit 4808b35b5f16b11f4d1e7a5951a56bf1f0257668
Author: Krzysztof Sobkowiak <[email protected]>
Date: 2016-09-26T20:15:23Z
https://issues.apache.org/jira/browse/AMQ-6442
Config file org.apache.activemq.server-default.cfg points config to
${karaf.base}/etc
(cherry picked from commit 132840b09fbf0a071c51d357d12e13999925df25)
commit ae97f7dfb73ecc0484c2e70f87007cd86700366c
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-27T12:05:15Z
NO-JIRA: Adding 5.14.1 schema entry
(cherry picked from commit 26e7136ab7891753604f0d50a5bf61b39366e51a)
commit c6f56738d77dd313819a541ff94fa559d6ee3b35
Author: Christopher L. Shannon (cshannon) <[email protected]>
Date: 2016-09-27T12:20:23Z
NO-JIRA: Disabling doclint check so jdk8 can be used to build javadocs
(cherry picked from commit 507bf3ab01f604808274e3618008fd9ff2aa6903)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---