-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support basic pub-sub for Qpid-JMS client (#122)
Fixes #114 ### Motivation There are some obstacles to use Qpid-JMS client work with AoP. We could walk around some features first to make the Qpid-JMS support the basic pub-sub operation. ### Modifications Walk around some features as below. 1. Security process in `AmqpConnection.receiveConnectionStartOk` method. 2. The `channelFlow` process in `AmqpChannel.receiveChannelFlow` method. 3. Transaction related process in `AmqpChannel.receiveTxSelect`, `AmqpChannel.receiveTxCommit` and `AmqpChannel.receiveTxRollback` methods. ### Verifying this change Add Qpid-JMS client test.
- Loading branch information
Showing
22 changed files
with
553 additions
and
345 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
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
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.