mirror of https://github.com/apache/activemq.git
Get it to compile after refactor
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@383071 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1701ac7fa5
commit
fcbb2b22e8
|
@ -16,10 +16,11 @@
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Exception thrown when the broker returns an error
|
/// Exception thrown when the broker returns an error
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
|
||||||
namespace OpenWire.Client
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a connection with a message broker
|
/// Represents a connection with a message broker
|
||||||
|
|
|
@ -16,10 +16,12 @@
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Exception thrown when a connection is used that it already closed
|
/// Exception thrown when a connection is used that it already closed
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -16,10 +16,11 @@
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a connection with a message broker
|
/// Represents a connection with a message broker
|
||||||
|
|
|
@ -16,10 +16,12 @@
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Exception thrown when a consumer is used that it already closed
|
/// Exception thrown when a consumer is used that it already closed
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -15,10 +15,12 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Summary description for DestinationFilter.
|
/// Summary description for DestinationFilter.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a binary based message
|
/// Represents a binary based message
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
|
|
||||||
public enum AcknowledgementMode
|
public enum AcknowledgementMode
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A Factory of IConnection objects
|
/// A Factory of IConnection objects
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Summary description for Destination.
|
/// Summary description for Destination.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a Map message which contains key and value pairs which are
|
/// Represents a Map message which contains key and value pairs which are
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a message either to be sent to a message broker or received from a message broker
|
/// Represents a message either to be sent to a message broker or received from a message broker
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
public delegate void MessageListener(IMessage message);
|
public delegate void MessageListener(IMessage message);
|
||||||
|
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An object capable of sending messages to some destination
|
/// An object capable of sending messages to some destination
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -17,9 +17,7 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
using OpenWire.Client.Commands;
|
namespace ActiveMQ
|
||||||
|
|
||||||
namespace OpenWire.Client
|
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a Map of primitive types where the keys are all string instances
|
/// Represents a Map of primitive types where the keys are all string instances
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Summary description for IQueue.
|
/// Summary description for IQueue.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a single unit of work on an IConnection.
|
/// Represents a single unit of work on an IConnection.
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
public interface IStartable
|
public interface IStartable
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Summary description for ITemporaryQueue.
|
/// Summary description for ITemporaryQueue.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Summary description for TemporaryTopic.
|
/// Summary description for TemporaryTopic.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -15,9 +15,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents a text based message
|
/// Represents a text based message
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Summary description for ITopic.
|
/// Summary description for ITopic.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -17,10 +17,11 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
public enum AckType
|
public enum AckType
|
||||||
{
|
{
|
||||||
|
|
|
@ -15,9 +15,11 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
|
|
||||||
namespace OpenWire.Client
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// An object capable of sending messages to some destination
|
/// An object capable of sending messages to some destination
|
||||||
|
|
|
@ -16,10 +16,9 @@
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
|
|
||||||
namespace OpenWire.Client {
|
namespace ActiveMQ
|
||||||
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Represents an OpenWire exception
|
/// Represents an OpenWire exception
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
@ -15,11 +15,12 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
using System;
|
using System;
|
||||||
using OpenWire.Client.Commands;
|
|
||||||
using OpenWire.Client.Core;
|
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
|
|
||||||
namespace OpenWire.Client
|
using ActiveMQ.OpenWire;
|
||||||
|
using ActiveMQ.OpenWire.Commands;
|
||||||
|
|
||||||
|
namespace ActiveMQ
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Default provider of ISession
|
/// Default provider of ISession
|
||||||
|
|
Loading…
Reference in New Issue