C# Class Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsOutgoingPort

Send Message
Inheritance: Org.Openengsb.Loom.CSharp.Bridge.Implementation.Communication.Jms.JmsPort, IOutgoingPort
Afficher le fichier Open project: openengsb/loom-csharp Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void

Close the Connection

JmsOutgoingPort ( string destination, ABridgeExceptionHandling handling, String connectorId ) : System

Default constructor

Send ( string text ) : void

Send a string over NMS.

Send ( string text, String queueName ) : void

Send a string over NMS and defines the replyTo field

Method Details

Close() public méthode

Close the Connection
public Close ( ) : void
Résultat void

JmsOutgoingPort() public méthode

Default constructor
public JmsOutgoingPort ( string destination, ABridgeExceptionHandling handling, String connectorId ) : System
destination string URL to OpenEngSB
handling Org.Openengsb.Loom.CSharp.Bridge.Interface.ExceptionHandling.ABridgeExceptionHandling
connectorId String
Résultat System

Send() public méthode

Send a string over NMS.
public Send ( string text ) : void
text string Text to send
Résultat void

Send() public méthode

Send a string over NMS and defines the replyTo field
public Send ( string text, String queueName ) : void
text string Text to send
queueName String
Résultat void