Justin Bertram
9c8df7b3c5
NO-JIRA update stomp doc a/b default behavior
2018-09-21 13:39:29 -05:00
Justin Bertram
07e14c1582
ARTEMIS-2087 support masked passwords in management.xml
2018-09-21 11:50:38 -04:00
Justin Bertram
5c8fcc19fd
ARTEMIS-1991 document advanced destination options
2018-09-18 12:34:30 +01:00
Justin Bertram
c60d17884a
ARTEMIS-1919 implement SNI properly
2018-09-18 08:00:05 +01:00
BiNZGi
71a34ff604
NO-JIRA Add version update steps for windows services on doc
2018-09-04 13:26:56 -04:00
Matthias Berndt
754671bddb
NO-JIRA fix typo
2018-08-13 11:58:10 -04:00
Justin Bertram
523e86ce9b
ARTEMIS-2006 Remove setDeadLetterAddress & setExpiryAddress from docs
2018-08-02 10:34:11 -04:00
Christopher L. Shannon (cshannon)
5fc60d7437
ARTEMIS-1987 - Add consumer window size to AddressSettings
...
Support configuring a default consumer window size via AddressSettings
which will allow sensible defaults to be used by address type
2018-07-31 14:16:11 -04:00
Codrin Bucur
bfc9aec33b
NO-JIRA spelling fixes on docs
2018-07-18 09:18:53 -04:00
Justin Bertram
d35f01d25d
ARTEMIS-1954 eliminate all possible usage of JMSServerManager
2018-07-12 14:24:44 -04:00
Justin Bertram
7b4be5008d
ARTEMIS-1974 document LDAP role expansion
2018-07-12 12:42:01 -04:00
gtully
d54e5a7868
ARTEMIS-1971 Support connection pooling in LDAPLoginModule
2018-07-06 13:53:29 -05:00
Justin Bertram
af7c6c8111
ARTEMIS-1957 add missing notification type docs
2018-06-29 13:47:13 -05:00
Justin Bertram
c0d28432ad
NO-JIRA STOMP frame logging
2018-06-22 15:47:14 -04:00
Justin Bertram
023feaed37
NO-JIRA add doc on recent releases
2018-06-22 10:36:59 -04:00
Justin Bertram
cca73dc7dd
ARTEMIS-1950 clarify STOMP durable sub header names
2018-06-22 10:36:38 -04:00
Justin Bertram
aa1f6a9dd3
ARTEMIS-1917 support logging HTTP access
2018-06-19 00:12:32 -04:00
Justin Bertram
3b6c010739
ARTEMIS-1931 Add camel example
2018-06-18 15:46:35 -04:00
Justin Bertram
ed095a0523
NO-JIRA fix JMS destination cache doc
2018-06-13 21:57:15 -05:00
Justin Bertram
f752268a33
ARTEMIS-1922 clarify doc on updating xincluded files
2018-06-11 19:28:56 -04:00
Clebert Suconic
cb793e0e98
ARTEMIS-1924 Add amqpIdleTimeout
2018-06-11 18:37:11 -04:00
Justin Bertram
2b5d8f3b80
ARTEMIS-1912 big doc refactor
...
- Split protocols into individual chapters
- Reorganize summary to flow more logically
- Fill in missing parameters in configuration index
- Normalize spaces for ordered and unordered lists
- Re-wrap lots of text for readability
- Fix incorrect XML snippets
- Normalize table formatting
- Improve internal links with anchors
- Update content to reflect new address model
- Resized architecture images to avoid excessive white-space
- Update some JavaDoc
- Update some schema elements
- Disambiguate AIO & ASYNCIO where necessary
- Use URIs instead of Objects in code examples
2018-06-07 11:26:36 -04:00
Christopher L. Shannon (cshannon)
f09a41d433
ARTEMIS-1888 - Add forceSSLParameters flag to override system SSL properties
...
If true the connection factory will prefer SSL settings set via the connector configuration vs system properties
2018-05-25 12:30:16 -04:00
saurabhrai
d11eed2f9e
ARTEMIS-1866 Make Quorum vote result wait time configurable.
...
Quorum voting is used by both the live and the backup to decide what to do if a replication connection is disconnected.
Basically, the server will request each live server in the cluster to vote as to whether it thinks the server it is replicating to or from is still alive.
You can also configure the time for which the quorum manager will wait for the quorum vote response.
Currently, the value is hardcoded as 30 sec. We should change this 30-second wait to be configurable.
2018-05-25 12:29:02 -04:00
saurabhrai
32a92b52e1
ARTEMIS-1870:Missing documentation for new parameter jdbc-journal-sync-period added for JDBC Persistence
2018-05-21 19:47:01 -04:00
Roddie Kieley
1c2ca4ae2a
NO-JIRA: Updated the hacking guide ide section to reflect best practice for the 2018.2 edition of IntelliJ IDEA.
2018-05-02 15:15:43 -02:30
Jiri Danek
67ee34d4d9
ARTEMIS-1449 Remove deprecated -XX:+UseFastAccessorMethods JVM option
...
This option was removed in JRE 10 and its presence causes error on startup.
Artemis still does not compile on JDK 9 and up, so what I tried was
to compile on JDK 1.8 and then start Artemis on 1.8 and 10.
That now works for me.
2018-05-01 13:58:29 -04:00
Justin Bertram
a72046a0e3
ARTEMIS-1793 fix 'destination-type' STOMP header (fix)
2018-04-18 11:53:54 -04:00
Francesco Nigro
fdb63df392
ARTEMIS-1784 JDBC NodeManager should just use DMBS clock
...
It avoid using the system clock to perform the locks logic
by using the DBMS time.
It contains several improvements on the JDBC error handling
and an improved observability thanks to debug logs.
2018-04-18 09:54:34 -04:00
Pat Fox
6df09d6e12
ARTEMIS-1815 adding exclusive-queue example
2018-04-17 16:58:30 -04:00
Francesco Nigro
469d6baa93
ARTEMIS-1788 JDBC HA should use JDBC Network Timeout
...
JdbcNodeManager is configured to use the same network timeout
value of the journal and to validate all the timeout values
related to a correct HA behaviour.
2018-04-17 10:40:20 -04:00
Pat Fox
2f0149c759
ARTEMIS-1809 adding example of mapping ActiveMQ 5.x Virtual Topic consumers
2018-04-17 10:30:26 +08:00
Lionel Cons
1e81361a88
ARTEMIS-1740: Add support for regex based certificate authentication
2018-04-12 12:55:20 -04:00
Christopher L. Shannon (cshannon)
4795f7c6d0
ARTEMIS-1799 - Add a NotificationActiveMQServerPlugin
...
Adds a new plugin that will support sending new types of notifications
for broker events which will allow enhanced broker monitoring
2018-04-10 09:43:02 -04:00
Francesco Nigro
1a7a2cf5b4
ARTEMIS-1774 Node Manager Store table name should be configurable
...
It exposes the table name configuration for:
- CLI command
- configuration file
The docs are updated as well.
2018-03-28 11:52:30 -04:00
Francesco Nigro
af3917247a
ARTEMIS-1760 JDBC HA should have configurable tolerance of DB time misalignment
...
It allows a user to customize the max allowed distance between system and DB time,
improving HA reliability by shutting down the broker when the misalignment
exceeds configured limit.
2018-03-27 10:36:56 -04:00
Francesco Nigro
b775cb251f
ARTEMIS-1767 JDBC Lock Acquisition Timeout should behave like the file based version
...
The JDBC Lock Acquisition Timeout is no longer exposed to any user configuration and defaulted to infinite to match the behaviour of the journal (file-based) one.
2018-03-22 16:19:35 -04:00
gtully
72ec6c8e0b
[ARTEMIS-1758] support SASL EXTERNAL with TextCertLoginModule
...
- rework proton handler to use saslListener
2018-03-22 10:09:58 -04:00
Justin Bertram
906a4371a7
NO-JIRA update upgrade details for 2.4->2.5
2018-03-09 09:21:15 -06:00
Justin Bertram
86c9e7267b
NO-JIRA review docs for content, style, & format
2018-03-08 22:47:10 -05:00
Justin Bertram
66f8d98421
ARTEMIS-1714 version notes + upgrade procedures
2018-03-08 14:28:23 -05:00
Justin Bertram
a79dea0885
ARTEMIS-1714 remove out-of-date release details
2018-03-08 14:28:23 -05:00
Stanislav Knot
12ccb77d74
NO-JIRA invalid xmls in docs
2018-03-07 09:17:57 -06:00
Justin Bertram
c1b4253ba1
ARTEMIS-1696 doc updates
2018-03-02 12:45:28 -05:00
Justin Bertram
cf9640bf35
ARTEMIS-1721 fix broken doc link
2018-03-02 10:40:26 -06:00
Justin Bertram
2123f85ea9
ARTEMIS-1717 create/delete address permissions ignored in broker.xml
2018-03-01 14:02:57 -06:00
Christopher L. Shannon (cshannon)
642654ff7a
ARTEMIS-1706 - Add support for wantClientAuth
...
Support setting wantClientAuth on a netty acceptor
2018-02-28 06:44:24 -05:00
Michael André Pearce
9d1c59cdff
ARTEMIS-1661 Support splitting of broker.xml
...
Support XML standard XInclude thus allowing splitting of the broker.xml
Added test cases with split out config using include.
2018-02-27 11:24:36 +00:00
Justin Bertram
03709fc7cf
ARTEMIS-1694 fix graceful-shutdown doc
2018-02-26 19:14:44 +00:00
saurabhrai
c2745085df
ARTEMIS-1677 fix doc for AIO+NFS
2018-02-22 15:30:24 -06:00