Nikita-Shupletsov

Results 7 issues of Nikita-Shupletsov

`next` is not guaranteed to be Topic. If there is plugin that injects another `DestinationInterceptor`, the code will fail with `ClassCastException`. Added a method to correctly unwrap next. Ran: *...

Because destinations are parsed recursively, it's possible to trigger `java.lang.StackOverflowError` if a destination has too many nodes. the PR is converting the recursion to loops. Ran `DestinationMapTest.java` to make sure...

As it was discussed in [the ticket](https://issues.apache.org/jira/browse/AMQ-9162), the issue exists only in 5.x versions, hence the PR is only to the 5.18.x branch. Also added a test that reproduces the...

**What problems does this PR solve?** It adds `maximumConnections` support for WS transport. **Why is it beneficial to merge into ActiveMQ?** all other transports have this limit. being able to...

**What problems does this PR solve?** it fixes a crash on start if cachedLDAPAuthorizationMap is used and the LDAP server is not available. **Why is it beneficial to merge into...

4.0.2 has not been released yet, so marking it as a SNAPSHOT version Reviewers: Bill Bejeck