This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement missing broker connection details (#13)
* Implement missing broker connection details Currently both STOMP connector and WS adapter are lacking an ability to customize the CONNECT frame which is crucial in connecting to heavily secured brokers. Also this PR allows passing additional HTTP request headers for the Web Socket Upgrade request. Signed-off-by: Josh Kim <kjosh@vmware.com> * Create SendJSONMessage fn for Connection interface Signed-off-by: Josh Kim <kjosh@vmware.com> * Make send JSON available on galacticStoreConnection Signed-off-by: Josh Kim <kjosh@vmware.com> * Add proper TLS support for WebSocket connection Signed-off-by: Josh Kim <kjosh@vmware.com> * Fix broken tests Signed-off-by: Josh Kim <kjosh@vmware.com> * Write unit tests for TLS functionality Signed-off-by: Josh Kim <kjosh@vmware.com> * Comment struct properties of BrokerConnectorConfig Signed-off-by: Josh Kim <kjosh@vmware.com>
- Loading branch information
Showing
19 changed files
with
474 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.