10
I Use This!
Inactive

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A fix to SandeshaClientLastErrorTest. All the test cases should be passing now More... over 17 years ago
A fix for the SequenceTerminatedFaultTest More... over 17 years ago
Corrected a compile failure and dependancies More... over 17 years ago
Fix an NPE when the internal sequence id is not known More... over 17 years ago
Cache message context instance to save cost of loading it on first access More... over 17 years ago
Update to Axis2 SNAPSHOT More... over 17 years ago
Sandesha2Global In Handler was changed to throw Exceptions if service dispatching has not happened correctly. Added some code comments. Some corrections to the AckRequested Processor. A bug fix in the SenderWorker. More... over 17 years ago
Move Reliable messaging enabled check from CSProcessor to the RMMessageReceiver. Tidy up code in SenderWorker when looking up RMDBean More... over 17 years ago
Avoid NPE when unblocking the CreateSequence message transport More... over 17 years ago
Create RMS/RMDBean constructors which copy properties from supplied RMS/RMDBean. Remove the numberOfMessagesAcknowledged from the RMS as this can be calculated. Tidy up imports in some classes More... over 17 years ago
Skip Sandesha processingfor services which have unreliable message set, or if a sequence property bean can't be found More... over 17 years ago
Ensure makeConnection mandate is only if we are running sync More... over 17 years ago
merged the previous commits to the trunk More... over 17 years ago
added cleaning work to the module.shutdown method More... over 17 years ago
Changed the module.xml to deploy the SequenceIDDispatcher More... over 17 years ago
Added a sequenceIDDispatcher which does the service dispatching of incoming messages according the the sequenceID. More... over 17 years ago
Merger the previous commits to the branch, to the trunk More... over 17 years ago
[no comment] More... over 17 years ago
ensure we do not send makeConnection msgs aggresively More... over 17 years ago
Ensure that polled msgs have RMS beans More... over 17 years ago
A correction to set the messageType of empty body LastMessages correctly. More... over 17 years ago
Merged the recent changes from the branch see r541573 More... over 17 years ago
Moved the sandesha2-rampart integration code to a new maven module, named rampart-integration Cleaned the pom.xml files. More... over 17 years ago
Create a plug point to allow application context to be moved onto the InvokerWorker threads. More... over 17 years ago
A fix for a possible NullPointer More... almost 18 years ago
Delete the create sequence message once the sequence is up and running. More... almost 18 years ago
Release the transport if it is blocked too long. This frees up transport resources when doing sync-2-way messaging with RM. More... almost 18 years ago
When a SenderBean isn't found inside SenderWorker.updateMessage stop sending the message More... almost 18 years ago
Put a delay into SenderBeans returned by the MakeConnectionProcessor. This stops duplicates being sent along MakeConnections that arrive at short intervals More... almost 18 years ago
Allow finer transactional control to stop window where acks are sent before transactions commit. This reduces the time the transactions hold onto locks. Finally improve the transaction commit/rollback handling when exceptions are thrown More... almost 18 years ago