Dejan Bosanac
|
14fcd7cbea
|
https://issues.apache.org/jira/browse/AMQ-5160 - make runtime configuration plugin work properly with destination filters
|
2014-06-03 13:26:43 +02:00 |
Dejan Bosanac
|
aa2dfb60aa
|
https://issues.apache.org/jira/browse/AMQ-5160 - fix XBeanConfigTest test
|
2014-06-02 17:50:28 +02:00 |
Dejan Bosanac
|
3ba129561c
|
https://issues.apache.org/jira/browse/AMQ-5160 - start/stop wrapped policy
|
2014-06-02 13:22:25 +02:00 |
Dejan Bosanac
|
9d656731ab
|
https://issues.apache.org/jira/browse/AMQ-4555 - fix regression that groupClass cannot be set on <cachedLDAPAuthorizationMap/>
|
2014-05-26 16:42:38 +02:00 |
Dhiraj Bokde
|
6c859676b3
|
Fixed AMQ-5160, fixed durable subscription retroactive recovery
|
2014-05-26 11:07:19 +02:00 |
Dhiraj Bokde
|
42ad1039cb
|
Fixed AMQ-5160, restored previous DurableSubscription behaviour of only recovering messages when cursor is empty, retained messages are always recovered
|
2014-05-26 11:07:19 +02:00 |
Dhiraj Bokde
|
c915b19a20
|
Fixed AMQ-5160, removed producer's retain property from retained messages
|
2014-05-26 11:07:19 +02:00 |
Dhiraj Bokde
|
78950ec596
|
Fixed AMQ-5160, changed DurableTopicSubscription to only recover retroactive messages for retroactive topics or consumers
|
2014-05-26 11:07:19 +02:00 |
Dhiraj Bokde
|
8947a09eaa
|
Fixed AMQ-5160, force durable subscriptions to always recover retroactive messages
|
2014-05-26 11:07:19 +02:00 |
Dhiraj Bokde
|
5576dc5d74
|
Fixed AMQ-5160, fixed browse() to include messages from wrapped policy
|
2014-05-26 11:07:18 +02:00 |
Dhiraj Bokde
|
a581d010aa
|
Fixed AMQ-5160, Added RegionBroker.getConnectionContext(), made Topic.recoverRetroactiveMessages() public to force message recovery from MQTTProtocolConverter for duplicate subscriptions, added new tests for retained messages and JMX interoperability
|
2014-05-26 11:07:18 +02:00 |
Dhiraj Bokde
|
bcb60a482c
|
Partial fix for AMQ-5160, attempts to resolve retained messages using subscription recovery policy, but fails to resend retained messages for duplicate subscriptions
|
2014-05-26 11:07:18 +02:00 |
Timothy Bish
|
541ed8cf0c
|
https://issues.apache.org/jira/browse/AMQ-5140
Add some checks to prevent any chance of an ArithmaticException because
of divide by zero.
|
2014-05-05 16:12:50 -04:00 |
Dhiraj Bokde
|
94b404d0ab
|
Fixed AMQ-5160, allowed wildcard subscriptions for future destinations, added tests for wildcard authorization, fixed consumer and producer AdvisoryTopic names for composite destinations by replacing ',' with '‚'
|
2014-05-05 10:06:06 +02:00 |
Dhiraj Bokde
|
a38a7c0093
|
Initial fix for AMQ-5160 to support subscription authorization for destination filters
|
2014-05-05 10:06:06 +02:00 |
gtully
|
c5c1495330
|
https://issues.apache.org/jira/browse/AMQ-5136 - fix and test (thanks barlabanov)
|
2014-04-30 17:08:20 +01:00 |
gtully
|
ad1f751a41
|
https://issues.apache.org/jira/browse/AMQ-5077 - reduce reader thread work when client uses async send; async store updates can now queue up to the destination memory limit b/c they don't block the send thread. Pending store writes are now tracked in memory usage. This allows a client to quickly provide a burst of messages to fill the destination cache bounded only by network bandwidth
|
2014-04-30 16:13:18 +01:00 |
Dejan Bosanac
|
4eb5097f22
|
https://issues.apache.org/jira/browse/AMQ-5165 - fix for destination stats name
|
2014-04-30 10:44:47 +02:00 |
Hadrian Zbarcea
|
3f32507f78
|
Use autocrlf consistently for line endings
|
2014-04-29 14:18:37 -04:00 |
Dejan Bosanac
|
ec35588e56
|
https://issues.apache.org/jira/browse/AMQ-4182 - remove remaining use of finalize()
|
2014-04-24 16:06:01 +02:00 |
gtully
|
08bb172f3c
|
https://issues.apache.org/jira/browse/AMQ-5077 - provide concurrentSend option to composite destinations such that fanout can occur in parallel, resulting in write batching. little perf test that shows a large improvement in send rate w/o concurrentStoreAndDispatch
|
2014-04-23 15:02:24 +01:00 |
Dejan Bosanac
|
e947927511
|
https://issues.apache.org/jira/browse/AMQ-5149 - potential deadlock
|
2014-04-16 15:44:02 +02:00 |
Dejan Bosanac
|
7646526c0a
|
https://issues.apache.org/jira/browse/AMQ-5141 - send messages to dlq using broker security context
|
2014-04-14 17:05:53 +02:00 |
Timothy Bish
|
307005ab4f
|
https://issues.apache.org/jira/browse/AMQ-5138
|
2014-04-07 10:58:08 -04:00 |
Timothy Bish
|
a554c7ca84
|
https://issues.apache.org/jira/browse/AMQ-5052
tone down noisy log
|
2014-03-31 18:42:37 -04:00 |
Timothy Bish
|
bc326c8e57
|
https://issues.apache.org/jira/browse/AMQ-5122
tone down logging of warn to just exception message, full exception
logged as debug.
|
2014-03-31 18:34:58 -04:00 |
gtully
|
c07514f570
|
https://issues.apache.org/jira/browse/AMQ-5119 - fix (pfox thanks for the test) the marshalled properties were being retained so a property removal was being ignored before the schedualed resend
|
2014-03-27 15:12:12 +00:00 |
artnaseef
|
29f34f4dab
|
AMQ-5107: Do not resend messages while the broker is shutting down. Includes junit.
|
2014-03-27 08:07:59 -07:00 |
gtully
|
75eb814ca7
|
https://issues.apache.org/jira/browse/AMQ-5068 - don't rewrite durable subs as the message instance is shared
|
2014-03-26 11:50:13 +00:00 |
gtully
|
266d23ef79
|
revisit https://issues.apache.org/jira/browse/AMQ-3519 with more durable solution https://issues.apache.org/jira/browse/AMQ-5068 - JMSRedelivered header now persisted before dispatch so that it is a reliable indication of a possible duplicate delivery. The option is enabled via destination policy persistJMSRedelivered
|
2014-03-26 11:16:42 +00:00 |
gtully
|
9bf9e1c052
|
https://issues.apache.org/jira/browse/AMQ-5114 - force local removeInfo after connection controll consumer remove command so consumer is always removed from the broker, independent of the consumer state
|
2014-03-21 12:22:38 +00:00 |
Kevin Earls
|
a3701fcb92
|
Fixe for AMQ-4977, removed dead code
|
2014-03-19 18:57:57 +01:00 |
gtully
|
b136df177f
|
https://issues.apache.org/jira/browse/AMQ-5089 - fix and test, respect client ack for topics and only decrement counters when ack is received
|
2014-03-19 15:33:44 +00:00 |
gtully
|
9c24716044
|
https://issues.apache.org/jira/browse/AMQ-4930 tracked hung org.apache.activemq.usecases.ExpiredMessagesWithNoConsumerTest#testExpiredMessagesWithNoConsumer - when using lower -Xmx than maven run - looping on browse due to no page when hasSpace fails. Browse picks up this state now
|
2014-03-12 16:51:22 +00:00 |
gtully
|
6aaf859d22
|
https://issues.apache.org/jira/browse/AMQ-4656 - fix regression for FilePendingDurableSubscriberMessageStoragePolicy
|
2014-03-11 15:18:46 +00:00 |
Claus Ibsen
|
37eb6b0c6e
|
AMQ-4831: Use long value for average message size on borker (JMX) like min/max values also is.
|
2014-03-07 16:14:23 +01:00 |
gtully
|
cfe099d1cc
|
rework https://issues.apache.org/jira/browse/AMQ-3305 in the context of https://issues.apache.org/jira/browse/AMQ-4952 dlq processing of duplicates, also possible missed dispatch with interleaved xa completion and new messages - recovered transactions are now individually tracked by the store and replayed in the next batch, which negates the need to flush the cursor and avoids duplicates
|
2014-03-05 14:51:05 +00:00 |
gtully
|
69c0d399fb
|
make perpared xa transactions visible in kahadb persistenceadapter view mbean
|
2014-03-03 13:55:27 +00:00 |
gtully
|
e8818fafea
|
https://issues.apache.org/jira/browse/AMQ-5080 - fix up rar transacted delivery and redelivery processing, xarecovery and transaction completion afer failover - using failover maxReconnectAttempts=0 to avoid blocking periodic recovery and negate replay of aborted transaction state
|
2014-03-03 13:22:30 +00:00 |
Dejan Bosanac
|
c6fe94ec03
|
https://issues.apache.org/jira/browse/AMQ-5070 - broker blocked on shutdown
|
2014-02-21 11:22:11 +01:00 |
Hiram Chirino
|
93ca04468b
|
Implements AMQ-5054: Display the number of active transactions and age of oldest transaction on a Connection's JMX info
|
2014-02-14 16:22:50 -05:00 |
Hiram Chirino
|
190a44bf25
|
Implements AMQ-5050: Populate a 'Host' header in the WireFormatInfo of the Openwire protocol to let multi-tenant proxies route connections.
|
2014-02-13 14:15:20 -05:00 |
Timothy Bish
|
4c38b03d14
|
https://issues.apache.org/jira/browse/AMQ-5035
Fix and test for variations in configuration settings that result in a
non-region broker as the AdvisoryBroker's next instance.
|
2014-02-10 18:14:41 -05:00 |
gtully
|
519d8f7db0
|
https://issues.apache.org/jira/browse/AMQ-5038 - close active sessions on deactivate to ensure consumption stops for an endpoint
|
2014-02-10 15:12:39 +00:00 |
Kevin Earls
|
afded924ff
|
Fix for AMQ-4899
|
2014-02-07 09:41:50 +01:00 |
Timothy Bish
|
da3775302c
|
https://issues.apache.org/jira/browse/AMQ-5011
|
2014-01-31 17:25:26 -05:00 |
Dejan Bosanac
|
d4d985503e
|
https://issues.apache.org/jira/browse/AMQ-4526 - prevent JMX restart if restartAllowed=false
|
2014-01-31 12:26:41 +01:00 |
Kevin Earls
|
c027552035
|
Upgraded surefire plugin to 2.16. AMQ-5006
|
2014-01-30 14:22:44 +01:00 |
Timothy Bish
|
fde22a8496
|
https://issues.apache.org/jira/browse/AMQ-4754
Add connection counts to Broker mbean
|
2014-01-28 14:07:39 -05:00 |
Dejan Bosanac
|
713250f5f0
|
https://issues.apache.org/jira/browse/AMQ-4995 - more fixes
|
2014-01-28 16:08:53 +01:00 |
Dejan Bosanac
|
55da9bc821
|
https://issues.apache.org/jira/browse/AMQ-4995 - reapply destination interceptor after change
|
2014-01-28 14:53:18 +01:00 |
Timothy Bish
|
f7cbe9fa17
|
https://issues.apache.org/jira/browse/AMQ-4970
Prevent multiple start / stop operations on a queue from having any
effect.
|
2014-01-20 10:43:44 -05:00 |
gtully
|
cc47ab6d00
|
https://issues.apache.org/jira/browse/AMQ-4952 deal with jdbc store, cursor audit=false case, also relevant when cursor window is exceeded. Treating duplicate into pagedInMessages as an error, silently ignoring leads to trapped messages or deferred dispatch after a restart, revert change from https://issues.apache.org/jira/browse/AMQ-1957
|
2014-01-09 12:16:37 +00:00 |
gtully
|
f92d45bec1
|
https://issues.apache.org/jira/browse/AMQ-4952 - deal with duplicates by redirecting to dlq when they are detected by the cursors such that they don't linger for redispatch after a restart. Networks are the main culprit for such duplicates b/c the producer audit traps regular failover resends
|
2014-01-07 16:52:39 +00:00 |
Timothy Bish
|
7db0fe6a38
|
https://issues.apache.org/jira/browse/AMQ-4819
|
2013-12-20 17:29:31 -05:00 |
gtully
|
14d24cca30
|
https://issues.apache.org/jira/browse/AMQ-4930 - fix regression in MBeanTest - need to page in up to max messages if they are present for a browse
|
2013-12-20 14:39:45 +00:00 |
gtully
|
a64976a377
|
https://issues.apache.org/jira/browse/AMQ-4930 - fix reference count and limit expriy/browse to memory + 10%
|
2013-12-18 12:21:02 +00:00 |
Kevin Earls
|
257710ba1a
|
Fix for AMQ-4889, potential leak of ProxyConnectors
|
2013-12-16 18:13:27 +01:00 |
Dejan Bosanac
|
dcedd9fe96
|
https://issues.apache.org/jira/browse/AMQ-4934 - jdbc persistence adapter traped messages
|
2013-12-12 14:55:19 +01:00 |
rajdavies
|
2bbfbcfb29
|
Fix for https://issues.apache.org/jira/browse/AMQ-4924
|
2013-12-11 11:13:45 +00:00 |
rajdavies
|
6683eb652f
|
Fix for https://issues.apache.org/jira/browse/AMQ-4927
|
2013-12-10 13:36:09 +00:00 |
rajdavies
|
71e4585689
|
Fix for https://issues.apache.org/jira/browse/AMQ-4825
|
2013-12-10 09:10:33 +00:00 |
rajdavies
|
3797da64fc
|
Fix for https://issues.apache.org/jira/browse/AMQ-4912
|
2013-12-09 16:59:26 +00:00 |
Hiram Chirino
|
ed8e4eae8f
|
Fixes https://issues.apache.org/jira/browse/AMQ-4923: Replicated LevelDB: Loss of broker Quorum fails to fully stop the master
|
2013-12-05 13:38:52 -05:00 |
rajdavies
|
374cab9cd5
|
Fix for https://issues.apache.org/jira/browse/AMQ-4918
|
2013-12-05 08:55:56 +00:00 |
rajdavies
|
9b88902459
|
Fix for https://issues.apache.org/jira/browse/AMQ-4918
|
2013-12-04 20:14:07 +00:00 |
rajdavies
|
489f929686
|
Fix for https://issues.apache.org/jira/browse/AMQ-4918
|
2013-12-04 19:02:25 +00:00 |
Rob Davies
|
07ec890372
|
Fix for https://issues.apache.org/jira/browse/AMQ-4916
|
2013-12-03 17:15:56 +00:00 |
rajdavies
|
11781d3cf2
|
Added Fix and tests for https://issues.apache.org/jira/browse/AMQ-4906
|
2013-11-28 12:56:11 +00:00 |
gtully
|
7d98b32050
|
https://issues.apache.org/jira/browse/AMQ-4904 - ensure transports are not restarted without a store lock
|
2013-11-27 12:49:18 +00:00 |
Hiram Chirino
|
b0e91d47f5
|
Have the leveldb store thorw SuppressReplyExceptions instead of IOExceptions so that the clients retry try the operations instead of giving up. Also retry the problemantic getMessage() call which seems to fail at times.
|
2013-11-25 13:17:58 -05:00 |
Claus Ibsen
|
c0090f6f0c
|
AMQ-4885: Renamed some API methods in MessageStore due typos.
|
2013-11-22 11:21:42 +01:00 |
Hiram Chirino
|
bc4f4e92a6
|
Fixes AMQ-4896 - MQTT does not properly restore durable subs with the Paho client.
|
2013-11-18 12:11:34 -05:00 |
gtully
|
511b60c6f6
|
https://issues.apache.org/jira/browse/AMQ-4485 - resolve - non transacitonal work interleaved with transactional work needs to check for and integrate with cursor update ordering. Key difference in latest test is 3/4 of messages getting produced via network connectors, hense not in transactions
|
2013-11-18 13:05:57 +00:00 |
Rob Davies
|
497fbfc04b
|
Fix for https://issues.apache.org/jira/browse/AMQ-4719
|
2013-11-12 14:05:47 +00:00 |
Rob Davies
|
47d1985139
|
Fix for https://issues.apache.org/jira/browse/AMQ-4719
|
2013-11-12 08:08:07 +00:00 |
Timothy Bish
|
38ab4b10a4
|
https://issues.apache.org/jira/browse/AMQ-4855
Deprecate the misspelled subcription named getters and use the correctly
spelled versions where the older ones are in use.
|
2013-11-11 11:40:07 -05:00 |
gtully
|
50ec158e25
|
https://issues.apache.org/jira/browse/AMQ-4852 - ensure clientId view connector mbean visible for duplex network connectors
|
2013-11-07 11:35:39 +00:00 |
gtully
|
67a7d30b47
|
https://issues.apache.org/jira/browse/AMQ-4849 - runtime modifications to simpleAuthenticationPlugin plugin implemented with test
|
2013-11-05 20:38:23 +00:00 |
Claus Ibsen
|
a6c14b4181
|
AMQ-2536: Default xpath selector using xalan now uses pre compiled expressions which is faster. Also avoids previous issues with swalling exceptions if xalan is not in the classpath.
|
2013-11-03 09:24:34 +01:00 |
gtully
|
855419359c
|
https://issues.apache.org/jira/browse/AMQ-4832 - apply patch from Matthew Walker with thanks
|
2013-10-31 21:16:17 +00:00 |
Christian Posta
|
c2eb4863a8
|
Fix for https://issues.apache.org/jira/browse/AMQ-4823 NetworkConnector not registered in JMX when created from Broker View + unit tests
|
2013-10-24 10:36:00 -07:00 |
gtully
|
85bc9ce9d0
|
modify fix for https://issues.apache.org/jira/browse/AMQ-4181 - apply maxBrowsePageSize, when > 0 it will limit a browser dispatch; related to https://issues.apache.org/jira/browse/AMQ-4487 https://issues.apache.org/jira/browse/AMQ-4372 https://issues.apache.org/jira/browse/AMQ-4595
|
2013-10-22 15:23:33 +01:00 |
Claus Ibsen
|
598f206a58
|
AMQ-4819: Fixed spelling.
|
2013-10-22 15:38:28 +02: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 |
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 |
rajdavies
|
db2121bfce
|
add configuration of cache size
|
2013-10-11 11:15:35 +01:00 |
rajdavies
|
cd4b229f22
|
support options on MessageGroupMap types
|
2013-10-11 11:07:20 +01:00 |
Claus Ibsen
|
59af7479b2
|
Polished the logging
|
2013-10-11 11:20:22 +02:00 |
rajdavies
|
468e697651
|
Fix for https://issues.apache.org/jira/browse/AMQ-4766
|
2013-10-10 20:30:01 +01: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 |
gtully
|
4f108cead5
|
fix up missing license headers - keep mr. rat happy :-)
|
2013-10-10 11:41:58 +01:00 |
Hiram Chirino
|
7c63788e1a
|
Implementing AMQ-4788 - Add support for allowing the broker to partition client client load across a broker cluster using a partitioning config
|
2013-10-07 10:20:00 -04:00 |
Claus Ibsen
|
ea1d02d067
|
Polished and removed double space in logging.
|
2013-10-03 11:11:13 +02:00 |
gtully
|
83f519cd65
|
https://issues.apache.org/jira/browse/AMQ-2327 - fix regression in org.apache.activemq.network.NetworkBrokerDetachTest - need to conduit statically included durables when dynamicOnly=false (local networkSubs)
|
2013-10-01 16:05:01 +01:00 |
gtully
|
a80a1857d0
|
https://issues.apache.org/jira/browse/AMQ-2327 - fix regression in org.apache.activemq.usecases.TwoBrokerTopicSendReceiveLotsOfMessagesUsingTcpTest - statically included and dynaically included topic of same name. Need to conduit statically included (local networkSubs)
|
2013-10-01 15:21:21 +01:00 |
Dejan Bosanac
|
b8d5ca8383
|
https://issues.apache.org/jira/browse/AMQ-4758 - improve performance of pull consumers; more improvments; removed obsolete code and added extra check for dropped messages
|
2013-10-01 14:07:49 +02:00 |
Dejan Bosanac
|
2a5ad365d7
|
https://issues.apache.org/jira/browse/AMQ-4758 - improve performance of pull consumers
|
2013-10-01 12:22:19 +02:00 |