HawkListener:getTransport
Method
Purpose
This method (on all platforms) gets statistics on a particular transport on this server.
Remarks
The name argument is a pattern match using regular expressions. Test any regular expressions you plan to use in rulebases by first using them interactively to ensure they return the desired results.
Type
Synchronous, IMPACT_INFO
Arguments
Name |
Type |
Description |
name |
String |
Name. The transport name should be the exact name of the transport. It cannot be |
Returns
Name |
Type |
Description |
name |
String |
Name of this transport |
type |
String |
Transport type |
topicImportDeliveryMode |
String |
Delivery mode for messages imported from this transport to a topic |
queueImportDeliveryMode |
String |
Delivery mode for messages imported from this transport to a queue |
exportHeaders |
Boolean |
The flag passed to indicate whether the JMS header information is included in message exported from this transport |
exportProperties |
Boolean |
The flag passed to indicate whether the JMS property information is included in message exported from this transport |