A
Page:
ActiveMQ .NET 1.1.0 Release
New and Noteworthy The 1.1.0 release is a major milestone for the Apache NMS project. It is the first official release of the main Apache.NMS project, and all provider implementation projects. Following are some highlights of this release: Support for Failover Transport Support for Discovery protocol. Support ...
Page:
ActiveMQ .NET 1.2.0 Release
New and Noteworthy This release adds some great new features to the NMS client libraries and fixes several bugs found in the 1.1.0 release. Some highlights for this release. Addition of ConnectionMeteData to the Connection API. Addition of QueueBrowser to the Session API. Addition ...
Page:
ActiveMQ .NET 1.3.0 Release
New and Noteworthy This release adds some great new features to the NMS client libraries and fixes several bugs found in the 1.2.0 release. Some highlights for this release. Addition of QueueBrowser support to NMS.ActiveMQ Addition of SSL Support for NMS.ActiveMQ and NMS.Stomp ...
Page:
ActiveMQ .NET 1.4.0 Release
New and Noteworthy This release adds some great new features to the NMS client libraries and fixes several bugs found in the 1.3.0 release. Some highlights for this release. Improved URI handling in all NMS clients. Improved handling of Request ...
Page:
ActiveMQ Advanced Features
NMS.ActiveMQ client provides several features in addition to fully implementing the NMS API. The features are documented here
Page:
ActiveMQ Advisory Message Examples
Page:
ActiveMQ Async Sends
Background Apache.NMS.ActiveMQ supports sending messages to a broker in sync or async mode. The mode used has a huge impact in the latency of the send call. Since latency is typically a huge factor in the throughput that can achieved by producer, using async sends can ...
Page:
ActiveMQ Build Notes
Page:
ActiveMQ Consumer Dispatch Async
Overview In AMQ4 onwards, the choice of a broker performing synchronous or asynchronous dispatch to a consumer has become more configurable. It is now configured as a default value on the connection URI, Connection and ConnectionFactory NMS:ActiveMQ URI Configuration together with being customizable on a per ...
Page:
ActiveMQ Consumer Features
Page:
ActiveMQ Consumer Priority
Background As well as having a pluggable dispatch policy (e.g. round robin etc), we now support consumer priorities. This allows us to weight consumers to optimise network hops. For example, you typically want a broker to send messages to regular ...
Page:
ActiveMQ Delay and Schedule Message Feature
ActiveMQ from version 5.4 has an optional persistent scheduler built into the ActiveMQ message broker. It is enabled by setting the broker schedulerSupport attribute to true in the xml configuration. An ActiveMQ client can take advantage of a delayed delivery by using ...
Page:
ActiveMQ Destination Features
Page:
ActiveMQ Destination Options
Background Destination Options are a way to provide extended configuration options to a NMS consumer without having to extend the NMS API. The options are encoded using URL query syntax in the destination name that the consumer is created on. Consumer Options Option Name Default ...
Page:
ActiveMQ Downloads
Description Release Date NMS API Rev Apache.NMS.ActiveMQ v1.5.6 07/12/2012 v1.5.1 Apache.NMS.ActiveMQ v1.5.5 05/03/2012 v1.5.0 Apache.NMS.ActiveMQ v1.5.4 04/13/2012 v1.5.0 Apache.NMS.ActiveMQ v1.5.3 01/27/2012 v1.5.0 Apache.NMS.ActiveMQ v1.5.2 11/18/2011 v1.5.0 Apache.NMS.ActiveMQ v1.5.1 06/04/2011 v1.5.0 ...
Page:
ActiveMQ Enumerate Destination using Advisory Messages
Enumerating Available Destinations using Advisory Messages This example shows you how to consume Advisory Messages from the Broker to enumerate various destination types. / Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements ...
Page:
ActiveMQ Examples
Page:
ActiveMQ Exclusive Consumers
Exclusive Consumer We have a new feature in version 4.x and above called Exclusive Consumer or Exclusive Queues which avoids the end user having to pin anything. The broker will pick a single MessageConsumer to get all the messages for a queue to ensure ...
Page:
ActiveMQ FAQ
Page:
ActiveMQ Message Dispatching Features
Page:
ActiveMQ Message Features
Page:
ActiveMQ Mirrored Queues
Page:
ActiveMQ Retroactive Consumers
Background A retroactive consumer is just a regular NMS consumer who indicates that at the start of a subscription every attempt should be used to go back in time and send any old messages (or the last message sent on that topic) that the consumer may have missed ...
Page:
ActiveMQ URI Configuration
Configuring NMS.ActiveMQ All configuration is achieved via URIencoded parameters, either on the connection or destinations. Through the URIs, you can configure virtually every facet of your NMS.ActiveMQ client. The tables below show the comprehensive set of parameters. Connection URI ...
Page:
ActiveMQ Virtual Destinations
Page:
ActiveMQ Wildcards
Page:
Apache.NMS
An Overview of NMS The NMS API NMS API (.Net Message Service API) providers a standard .NET interface to Messaging Systems. There could be multiple implementations to different providers NMS:NMS Providers (including MSMQ). The NMS API This allows ...
Page:
Apache.NMS 1.5.0 Release
New and Noteworthy This release adds some great new features to the NMS client libraries and fixes several bugs found in the 1.4.0 release. Some highlights for this release. NMS API New Optional .NET Transaction Specific Connection classes ...
Page:
Apache.NMS ActiveMQ v1.1.0
New and Noteworthy The 1.1.0 release is a major milestone for the Apache NMS project. It is the first official release of the main Apache.NMS.ActiveMQ project, and all provider implementation projects. Following are some highlights of this release: Support for Failover Transport Support for Discovery protocol. Improved ...
Page:
Apache.NMS API v1.1.0
New and Noteworthy The 1.1.0 release is a major milestone for the Apache NMS project. It is the first official release of the main Apache.NMS project, and all provider implementation projects. Following are some highlights of this release: Improved API Documentation. Many bug fixes. API ...
Page:
Apache.NMS API v1.2.0
New and Noteworthy This release adds some great new features to the NMS API and fixes several bugs found in the 1.1.0 release. Some highlights for this release. Addition of IConnectionMeteData to the Connection API. Addition of IQueueBrowser to the Session API. Improved API ...
Page:
Apache.NMS API v1.3.0
New and Noteworthy This release adds some great new features to the NMS API and fixes several bugs found in the 1.2.0 release. Some highlights for this release. Improved API Documentation. Many new Unit Tests added to the Test Suite ...
Page:
Apache.NMS API v1.4.0
New and Noteworthy This release adds some great new features to the NMS API and fixes several bugs found in the 1.3.0 release. Some highlights for this release. Improved URI handling in all NMS clients. Added a new SetBytes method ...
Page:
Apache.NMS API v1.5.0
New and Noteworthy This release adds some great new features to the NMS API. NMS API Updates New Optional .NET Transaction Specific Connection classes that allow a client to offer support for operations within MS .NET Distributed Transactions ...
Page:
Apache.NMS API v1.5.1
New and Noteworthy This is a bugfix release of the NMS API there are no API changes in this release. NMS fixes Fixes a bug that can cause the Message properties object to marshal to a byte array that is much larger than needed which adds unwanted overhead on the wire ...
Page:
Apache.NMS API v1.6.0
New and Noteworthy This is a major release of the NMS API which adds some new APIs and fixes some minor bugs in the NMS API libraries common code. Added Recover method to ISession. Added new events to ISession for Transaction begin ...
Page:
Apache.NMS EMS v1.1.0
New and Noteworthy The 1.1.0 release is a major milestone for the Apache NMS EMS client. It is the first official release of the main Apache.NMS project, and all provider implementation projects. Following are some highlights of this release: Improved API Documentation. Many bug fixes ...
Page:
Apache.NMS MSMQ v1.1.0
New and Noteworthy The 1.1.0 release is a major milestone for the Apache NMS MSMQ client. It is the first official release of the main Apache.NMS project, and all provider implementation projects. Following are some highlights of this release: Improved API Documentation. Many bug fixes ...
Page:
Apache.NMS.ActiveMQ
ActiveMQ NMS client is a .NET client that communicates with the ActiveMQ broker using its native Openwire ACTIVEMQ:OpenWire protocol. This client supports advanced features NMS:ActiveMQ Advanced Features such as Failover, Discovery, SSL, and Message Compression. This section of the NMS ...
Page:
Apache.NMS.ActiveMQ v1.2.0
New and Noteworthy This release adds some great new features to the NMS ActiveMQ library and fixes several bugs found in the 1.1.0 release. Some highlights for this release. Addition of ConnectionMeteData to the Connection API. Addition of QueueBrowser to the Session API. Addition ...
Page:
Apache.NMS.ActiveMQ v1.3.0
New and Noteworthy This release adds some great new features to the NMS ActiveMQ library and fixes several bugs found in the 1.2.0 release. Some highlights for this release. Addition of QueueBrowser support Addition of SSL Support Improvements to the Failover Transport ...
Page:
Apache.NMS.ActiveMQ v1.4.0
New and Noteworthy This release adds some great new features to the NMS ActiveMQ library and fixes several bugs found in the 1.3.0 release. Some highlights for this release. Improved URI handling in all NMS clients. Improved handling of Request ...
Page:
Apache.NMS.ActiveMQ v1.4.1
New and Noteworthy This release adds some great new features to the NMS.ActiveMQ library and fixes several bugs found in the 1.3.0 release. Some highlights for this release. Improved URI handling. Many bug fixes. API Refer to the API for this release ...
Page:
Apache.NMS.ActiveMQ v1.5.0
New and Noteworthy This release adds some great new features to the NMS ActiveMQ library and fixes several bugs found in the 1.4.0 release. New in this version New startupMaxReconnectAttempts option in the failover transport. Fixed a memory leak in the Inactivity Monitoring code ...
Page:
Apache.NMS.ActiveMQ v1.5.1
New and Noteworthy This release adds some great new features to the NMS.ActiveMQ API. NMS API Updates Many fixes for the MS Distributed Transaction support along with other minor bug fixes for issues found since the initial v1.5.0 release ...
Page:
Apache.NMS.ActiveMQ v1.5.2
New and Noteworthy This release adds some great new fixes to the NMS.ActiveMQ API. NMS.ActiveMQ Updates This release focuses on performance and stability fixes to the ActiveMQ provider. No new features were added in this release. See the release notes below for a list of issues ...
Page:
Apache.NMS.ActiveMQ v1.5.3
New and Noteworthy This release adds some great new fixes to the NMS.ActiveMQ API. NMS.ActiveMQ Updates This release focuses on stability fixes to the ActiveMQ provider. No new features were added in this release. See the release notes below for a list of issues that were ...
Page:
Apache.NMS.ActiveMQ v1.5.4
New and Noteworthy This release adds some great new fixes to the NMS.ActiveMQ API. NMS.ActiveMQ Updates This release focuses on stability fixes to the ActiveMQ provider. No new features were added in this release. See the release notes below for a list of issues that were ...
Page:
Apache.NMS.ActiveMQ v1.5.5
New and Noteworthy This release adds some great new fixes to the NMS.ActiveMQ API. Sending to nonexistent temp queue causes consumer to shutdown Consumers frequently fail to reconnect after broker outage/failover. FailoverTransport doesn't trigger a reconnect on send ...
Page:
Apache.NMS.ActiveMQ v1.5.6
New and Noteworthy This release adds some great new fixes to the NMS.ActiveMQ API. Adds compression support to the ObjectMessage payload Fixes an issue in Message marshaling when tightmarshaling is enabled. NMS.ActiveMQ Updates This release focuses on stability fixes to the ActiveMQ ...
Page:
Apache.NMS.EMS
Apache.NMS.EMS client provider for talking to TIBCO's EMS message broker. To use this, you will need to following TIBCO's licensing requirements to acquire the TIBCO client assembly DLL. NMS does not ship with the TIBCO client assembly
Page:
Apache.NMS.MSMQ
Apache.NMS.MSMQ client provides an NMS layer on top of the MSMQ messaging API
Page:
Apache.NMS.Stomp
NMS Stomp client is a small lightweight .NET client that can send and receive messages from any Stomp http://stomp.codehaus.org/ based message broker. The NMS Stomp client currently supports the Stomp 1.0 protocol specification
Page:
Apache.NMS.Stomp v1.2.0
New and Noteworthy This is the first official release of the NMS Stomp client library. This library implements much of the NMS API although some features aren't possible due to limitations in the Stomp protocol. API Refer to the API for this release here NMS API ...
Page:
Apache.NMS.Stomp v1.3.0
New and Noteworthy This release adds some great new features to the NMS Stomp library and fixes several bugs found in the 1.2.0 release. Some highlights for this release. Addition of SSL Support Improvements to the Failover Transport. Improved API Documentation ...
Page:
Apache.NMS.Stomp v1.4.0
New and Noteworthy This release adds some great new features to the NMS Stomp library and fixes several bugs found in the 1.3.0 release. Some highlights for this release. Improved URI handling in all NMS clients. Improved handling of Request ...
Page:
Apache.NMS.Stomp v1.5.0
New and Noteworthy This release adds some great new features to the NMS Stomp client library and fixes several bugs found in the 1.4.0 release. New in this release: Support for the current changes in the Stomp 1.1 draft specification. Improved Inactivity Monitoring ...
Page:
Apache.NMS.Stomp v1.5.1
New and Noteworthy This release adds some great new features to the NMS client libraries and fixes several bugs found in the 1.4.0 release. Some highlights for this release. New in this release. Fixed a memory leak in the Inactivity Monitoring code. Fixed ...
Page:
Apache.NMS.Stomp v1.5.2
New and Noteworthy The release focuses on performance and stability fixes for issues found in the 1.5.1 release as well as addressing a compatibility issue found when connecting to Stomp v1.1 compliant brokers. API Documentation Refer to the API for this release here NMS API ...
Page:
Apache.NMS.Stomp v1.5.3
New and Noteworthy The release focuses on performance and stability fixes for issues found in the 1.5.2 release as well as addressing a compatibility issue found when connecting to Stomp v1.1 compliant brokers. Additionally some improvements in failover handling and connection shutdown have ...
Page:
Apache.NMS.WCF
NMS provider for use with the Windows Communication Framework (WCF
Page:
Apache.NMS.WCF v1.1.0
New and Noteworthy The 1.1.0 release is a major milestone for the Apache NMS project. It is the first official release of the main Apache.NMS project, and all provider implementation projects. API Refer to the API for this release here NMS API Download Here Description Download ...
Page:
Are there more FAQ Entries
more FAQ Entries? Yes, see the ActiveMQ Main FAQ http://activemq.apache.org/faq.html
Page:
Articles
Articles that cover various NMS related topics. Using SSL with Apache.NMS.ActiveMQ http://timbish.blogspot.com/2010/04/ussingsslinnmsactivemq.html Messaging with .NET and ActiveMQ http://remark.wordpress.com/articles/messagingwithnetandactivemq/ Implementing RequestResponse with ActiveMQ and NMS http://remark.wordpress.com/articles/implementingrequestresponsewithactivemqandnms/ Publishsubscribe with ActiveMQ ...
|