3
I Use This!
Inactive

Commits : Listings

Analyzed 20 days ago. based on code collected 20 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update dependency versions. More... over 11 years ago
updated test for https://issues.apache.org/jira/browse/APLO-335 More... over 11 years ago
Added test for cleanSession=false and subscribing to wildcard dest More... over 11 years ago
make apollo-selector an osgi bundle, as it's used in external projects (like stompjms) More... over 11 years ago
fixed tests that inherited from OpenwireParallelTest after I added DLQ tests. More... over 11 years ago
Change the any protocol so that it swaps out the codec and handler when the AnyProtocolHandler receives the ProtocolDetected command.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
If an invalid protocol name is configured on a connector generate a more descriptive error message indicating the error.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Expose an async_die method on the ProtocolHandler interface.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Adding a method to broker to get the socket address for a specific connector id.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Have the stomp protocol keep better track of in progress commits to aid in debugging.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Pass the connector object to the createProtocolHandler method so that a protocol can use config details to control the creation the protocol handler instance.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Added test for openwire DLQ handling w/ redelivery policy to answer question from mailing list More... over 11 years ago
if there are transport failures, let's raise the level of logging so we see what they are More... over 11 years ago
fix for https://issues.apache.org/jira/browse/APLO-332 - Apollo not starting with cygwin under windows7 More... over 11 years ago
added tests for APLO-325 for broker-side config of max_text_message_size More... over 11 years ago
added log4j and keystore to the dir that IDERunner looks so running from IDE works a little better and can switch to ssl connectors easier More... over 11 years ago
Fixing bug that can cause NPE.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
add documentation for APLO-325 More... over 11 years ago
add documentation for APLO-325 More... over 11 years ago
More fixes for APLO-325: Applying Christian Posta's patch which allows making the WS message size configurable.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Test and partial fix for APLO-325: Modify the stomp.js client so that it limits how big a WS frame can be.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
fixed CORS response headers for allowable methods: Access-Control-Allow-Methods More... over 11 years ago
updated the protocol-filter-factory to use ProtocolFilter3 and not the deprecrated 2.. the new SimpleProtocolFilter3Factory can deal with backward incompatibility issues More... over 11 years ago
Fixes APLO-330 : Support using a different Authorizer Authenticator implementations.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Fixing bug to allow adding custom broker services.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Fixes failing ws tests due to the websocket client moving.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Disable a failing test for now.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Add an MQTT websocket example. We now detect determine if we will be using binary transfers based on type of frame the client initially sends us.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
Move the stomp websocket example under the stomp examples directory. Also include jquery so that the demo works without an internet connection.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago
If the instance config can't be generated avoid failing the webapp startup.
Hiram Chirino
as Hiram R. Chirino
More... over 11 years ago