projects
/
activemq-nms-api.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix compiler defines.
2012-05-30
Jim Gomes
Fix compiler defines.
commit
|
commitdiff
|
tree
2012-05-29
Jim Gomes
Add VisualStudio 2010 solution files.
commit
|
commitdiff
|
tree
2011-10-17
Jim Gomes
Merged revision(s) 1185320 from activemq/activemq-dotnet...
commit
|
commitdiff
|
tree
2011-09-01
Jim Gomes
Added command-line option to skip downloading dependent...
commit
|
commitdiff
|
tree
2011-07-07
Jim Gomes
Add direct support for ZeroMQ provider implementation.
commit
|
commitdiff
|
tree
2011-02-23
Jim Gomes
Synchronize common build file. Put back building of...
commit
|
commitdiff
|
tree
2011-02-09
Jim Gomes
Clean up Uri comparisons to account for parameter re...
commit
|
commitdiff
|
tree
2011-01-06
Jim Gomes
Update README with instructions on how to generate...
commit
|
commitdiff
|
tree
2011-01-05
Jim Gomes
Update readme files to fix typos, and to reference...
commit
|
commitdiff
|
tree
2010-11-10
Jim Gomes
Add Clone() override that will copy the MessagePropertyInter...
commit
|
commitdiff
|
tree
2010-09-27
Jim Gomes
Add support for building .NET 4.0 assemblies. Dependent...
commit
|
commitdiff
|
tree
2010-08-30
Jim Gomes
Implement enhancements for EMS provider.
commit
|
commitdiff
|
tree
2010-08-24
Jim Gomes
Extend the connection factory test to test multiple...
commit
|
commitdiff
|
tree
2010-08-23
Jim Gomes
Set conditional compile for .NET 3.5 tests.
commit
|
commitdiff
|
tree
2010-08-21
Jim Gomes
Use the C# 3.5 compiler to target .NET 2.0 runtime...
commit
|
commitdiff
|
tree
2010-08-18
Jim Gomes
Made slow consumer test into an explicit test.
commit
|
commitdiff
|
tree
2010-08-18
Jim Gomes
Change default send timeout value to 0. Ensure that...
commit
|
commitdiff
|
tree
2010-08-16
Jim Gomes
Fix test to reset read-only flag for sent messages.
commit
|
commitdiff
|
tree
2010-08-16
Jim Gomes
Fix message comparison in the test.
commit
|
commitdiff
|
tree
2010-08-11
Jim Gomes
Fixed API for .NET CF compatibility.
commit
|
commitdiff
|
tree
2010-08-10
Jim Gomes
Added support for processing expired messages that...
commit
|
commitdiff
|
tree
2010-08-10
Jim Gomes
Modify load search order to look for config file first...
commit
|
commitdiff
|
tree
2010-07-16
Jim Gomes
Upgrade NUnit to 2.5.5.
commit
|
commitdiff
|
tree
2010-07-15
Jim Gomes
Applied modified patch from Daniel Ellis. Made a few...
commit
|
commitdiff
|
tree
2010-04-22
Jim Gomes
Added MessageConsumerExtensions for cleaner code usage.
commit
|
commitdiff
|
tree
2010-02-16
Jim Gomes
Always encode XML messages using UTF-8. It is the...
commit
|
commitdiff
|
tree
2010-02-12
Jim Gomes
Added inclusion of XML documentation files in ZIP package.
commit
|
commitdiff
|
tree
2010-02-09
Jim Gomes
Refactor serialization support of NMS exceptions for...
commit
|
commitdiff
|
tree
2010-02-09
Jim Gomes
Added serialization support to all NMS exceptions.
commit
|
commitdiff
|
tree
2010-02-09
Jim Gomes
Applied patch from Sebastien Rodriguez - excepting...
commit
|
commitdiff
|
tree
2010-02-09
Jim Gomes
Change underlying buffer for serializing Xml text to...
commit
|
commitdiff
|
tree
2010-02-08
Jim Gomes
Added support for .NET Compact Framework 3.5.
commit
|
commitdiff
|
tree
2009-12-03
Jim Gomes
Fixed version numbering.
commit
|
commitdiff
|
tree
2009-11-30
Jim Gomes
Update package names.
commit
|
commitdiff
|
tree
2009-11-11
Jim Gomes
Add encoding for deserializing objects.
commit
|
commitdiff
|
tree
2009-11-10
Jim Gomes
Update project file dependencies.
commit
|
commitdiff
|
tree
2009-11-10
Jim Gomes
Added extension methods for IMessage, IMessageProducer...
commit
|
commitdiff
|
tree
2009-11-04
Jim Gomes
Fix checking for required dependent assemblies.
commit
|
commitdiff
|
tree
2009-11-03
Jim Gomes
Fixed downloading vendor files and checking for missing...
commit
|
commitdiff
|
tree
2009-11-03
Jim Gomes
Fix vendor download routine to ensure build configurations...
commit
|
commitdiff
|
tree
2009-11-03
Jim Gomes
Remove external references to deployed assemblies.
commit
|
commitdiff
|
tree
2009-11-03
Jim Gomes
Remove external references to deployed assemblies.
commit
|
commitdiff
|
tree
2009-11-02
Jim Gomes
Added IRedeliveryPolicy attribute to IConnection, and...
commit
|
commitdiff
|
tree
2009-10-07
Jim Gomes
Added ConnectionMetaData support to the EMS and MSMQ...
commit
|
commitdiff
|
tree
2009-10-07
Jim Gomes
Directly support the main official provider implementations...
commit
|
commitdiff
|
tree
2009-10-06
Jim Gomes
Added API method to ISession and IMessageProducer to...
commit
|
commitdiff
|
tree
2009-10-05
Jim Gomes
Fixed type on API name for QueueBrowser.
commit
|
commitdiff
|
tree
2009-10-02
Jim Gomes
Implemented new BytesMessage API for MSMQ and EMS providers.
commit
|
commitdiff
|
tree
2009-10-01
Jim Gomes
Change default XML serializing to UTF-8 format. Added...
commit
|
commitdiff
|
tree
2009-10-01
Jim Gomes
Added NMSExceptionSupport.cs to project file.
commit
|
commitdiff
|
tree
2009-09-25
Jim Gomes
Remove obsolete .NET 1.1 files.
commit
|
commitdiff
|
tree
2009-09-22
Jim Gomes
Removed old coding work-arounds for .NET 1.1.
commit
|
commitdiff
|
tree
2009-08-26
Jim Gomes
Moved PrimitiveMap, OpenWireBinaryReader, OpenWireBinaryWrit...
commit
|
commitdiff
|
tree
2009-08-25
Jim Gomes
Applied slightly modified version of patch from Daniel...
commit
|
commitdiff
|
tree
2009-08-21
Jim Gomes
Add support for overriding numeric version number to...
commit
|
commitdiff
|
tree
2009-08-21
Jim Gomes
Reformat to use tabs instead of spaces for easier editing...
commit
|
commitdiff
|
tree
2009-07-07
Jim Gomes
Update Sandcastle documentation generation scripts.
commit
|
commitdiff
|
tree
2009-06-30
Jim Gomes
Add target for Sandcastle documentation generation.
commit
|
commitdiff
|
tree
2009-06-26
Jim Gomes
Add build and rebuild targets.
commit
|
commitdiff
|
tree
2009-06-18
Jim Gomes
Add support for setting the broker Uri after the connection...
commit
|
commitdiff
|
tree
2009-06-18
Jim Gomes
Changed default test hostname to activemqhost. Defaulting...
commit
|
commitdiff
|
tree
2009-06-18
Jim Gomes
Added release type variable.
commit
|
commitdiff
|
tree
2009-06-18
Jim Gomes
Add revision number generator. Code was inspired by...
commit
|
commitdiff
|
tree
2009-06-18
Jim Gomes
Comment out packaging of provider .config files. This...
commit
|
commitdiff
|
tree
2009-06-18
Jim Gomes
Refactored package.ps1 to create two ZIP files instead...
commit
|
commitdiff
|
tree
2009-06-11
Jim Gomes
Fix package version numbers.
commit
|
commitdiff
|
tree
2009-06-10
Jim Gomes
Deploy Apache.NMS 1.2.0
commit
|
commitdiff
|
tree
2009-06-10
Jim Gomes
Changed version to 1.2.0.
commit
|
commitdiff
|
tree
2009-06-02
Jim Gomes
Fixed failover connection to support more flexible...
commit
|
commitdiff
|
tree
2009-06-01
Jim Gomes
Remove tests for non-persistent durable messages. ...
commit
|
commitdiff
|
tree
2009-06-01
Jim Gomes
Refactored unit tests to support replacement environment...
commit
|
commitdiff
|
tree
2009-05-28
Jim Gomes
Refactored VirtualTopicTest to separate synchronous...
commit
|
commitdiff
|
tree
2009-05-28
Jim Gomes
Remove the CommonAssemblyInfo.cs file from version...
commit
|
commitdiff
|
tree
2009-05-28
Jim Gomes
Build tool version update (Vista SP2).
commit
|
commitdiff
|
tree
2009-05-28
Jim Gomes
Fixed locking of 'this' to use separate locking object.
commit
|
commitdiff
|
tree
2009-05-22
Jim Gomes
BREAKING API CHANGE!
commit
|
commitdiff
|
tree
2009-05-05
Jim Gomes
Minor reformat.
commit
|
commitdiff
|
tree
2009-04-08
Jim Gomes
Added virtual topic unit test.
commit
|
commitdiff
|
tree
2009-04-07
Jim Gomes
Fix for Compact Framework.
commit
|
commitdiff
|
tree
2009-04-07
Jim Gomes
Minor clean-up.
commit
|
commitdiff
|
tree
2009-04-07
Jim Gomes
Added support for serializing/deserializing objects...
commit
|
commitdiff
|
tree
2009-03-31
Jim Gomes
Re-enable building PDB files for release builds.
commit
|
commitdiff
|
tree
2009-03-31
Jim Gomes
Deploy Apache.NMS 1.1.0
commit
|
commitdiff
|
tree
2009-03-31
Jim Gomes
Deploy Apache.NMS 1.1.0
commit
|
commitdiff
|
tree
2009-03-31
Jim Gomes
Add default constructor to all exception classes.
commit
|
commitdiff
|
tree
2009-03-11
Jim Gomes
Deploy Apache.NMS 1.1.0
commit
|
commitdiff
|
tree
2009-03-11
Jim Gomes
Renamed exception classes from using standard prefix...
commit
|
commitdiff
|
tree
2009-03-09
Jim Gomes
Added packaging script file.
commit
|
commitdiff
|
tree
2009-03-04
Jim Gomes
Add progress bars and packaging of source files.
commit
|
commitdiff
|
tree
2009-03-03
Jim Gomes
Adding new package script.
commit
|
commitdiff
|
tree
2009-02-27
Jim Gomes
Applied patch from Daniel Ellis to define TRACE variable...
commit
|
commitdiff
|
tree
2009-02-27
Jim Gomes
Applied changes based upon patch submitted by Yev Bronshteyn...
commit
|
commitdiff
|
tree
2009-02-25
Jim Gomes
Applied patch for turning off debug flag for release...
commit
|
commitdiff
|
tree
2009-02-20
Jim Gomes
Deploy Apache.NMS 1.1.0
commit
|
commitdiff
|
tree
2009-02-20
Jim Gomes
Refactored the NAnt scripts to link in the correct...
commit
|
commitdiff
|
tree
2009-02-20
Jim Gomes
Remove external reference to keyfile. The keyfile...
commit
|
commitdiff
|
tree
2009-02-20
Jim Gomes
Remove external reference to keyfile. The keyfile...
commit
|
commitdiff
|
tree
2009-02-11
Jim Gomes
Apply patch submitted by Allan Schrum. Thanks, Allan!
commit
|
commitdiff
|
tree
2009-02-06
Jim Gomes
Added .NET 2.0 Compact Framework assemblies.
commit
|
commitdiff
|
tree
2009-02-06
Jim Gomes
Deploy Apache.NMS 1.1.0
commit
|
commitdiff
|
tree
next