Contains MBeans related to Fiorano MQ Bridge.
- Link
- Operation on BridgeLink
- boolean linkStarted()
- void start()
- void stop()
- LinkConfig showLinkConfiguration()
- void editLinkConfiguration(LinkConfiguration linkConfig)
- Vector showChannelConfigurations()
- ChannelConfig showChannelConfiguration(String sourceQueueName, String targetQueueName)
- void addChannel(ChannelConfig channelConfig)
- void removeChannel(String channelName)
- Attributes of BridgeLink
- Operation on BridgeLink
- FioranoBridge
- Operations on FioranoConnectionManager
- Attributes of Bridge
- Attributes of Link
- Attributes of TargetServer
- Attributes of Target ConnectionInfo
- Attributes of Source Server
- Attributes of Source ConnectionInfo
- Attributes of Channel
- Attributes of Source Queue
- Attributes of SourceQueueInfo
- Attributes of TargetQueue
- Attributes of TargetQueueInfo
Link
Operation on BridgeLink
Fiorano.bridge.Link:Name=FMQToFMQ-OneWay,ServiceType=BridgeLink
boolean linkStarted()
Description: Shows if link is in StartedState
Return Type: boolean(this boolean is true when link is started and false when link is down)
Parameters: None
void start()
Description: Operation to start a link
Return Type: No return type
Parameters: None
void stop()
Description: Operation to stop a link
Return Type: No return type
Parameters: None
LinkConfig showLinkConfiguration()
Description: Operation to Link Configuration
Return Type: Link configuration
Parameters: None
void editLinkConfiguration(LinkConfiguration linkConfig)
Description: Operation to edit a linkConfigurations
Return Type: No return type
Parameters:
name="LinkConfiguration" type="fiorano.jms.ctr.dxml.LinkConfiguration"
Vector showChannelConfigurations()
Description: Operation to show all ChannelConfigurations
Return Type: Vector
Parameters: None
ChannelConfig showChannelConfiguration(String sourceQueueName, String targetQueueName)
Description: Operation to show a channelConfiguration
Return Type: ChannelConfig
Parameters:
name="sourceQueue" type="java.lang.String" description="SourceQueue(required)"
name="targetQueue" type="java.lang.String" description="TargetQueue(required)"
void addChannel(ChannelConfig channelConfig)
Description: Operation to add a channel to existing link
Return Type: No return type
Parameters:
name="ChannelConfig" type="fiorano.jms.ctr.dxml.ChannelConfig" description="channel configuration of channel being added"
void removeChannel(String channelName)
Description: Operation to remove a channel from existing link
Return Type: No return type
Parameters:
name="Channel name" type="java.lang.String" description="Channel name"
Attributes of BridgeLink
Fiorano.Bridge.Link:Name=FMQToFMQ-OneWay,ServiceType=BridgeLink
Name
Description: Link name
Type: String
Access: Read-only
Default Value: null
FioranoBridge
Operations on FioranoConnectionManager
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectorManager
void stopLink(String linkName)
Description: Operation to stop a link
Return Type: No return type
Parameters:
name="Link name" type="java.lang.String" description="Link name to be stopped"
void startLink(String linkName)
Description: Operation to start a link
Return Type: Link name
Parameters:
name="Link name" type="java.lang.String" description="Link name to be stared"
void addLink(LinkConfiguration linkConfig)
Description: Operation to add a new link
Return Type: No return type
Parameters:
name="LinkConfiguration" type="fiorano.jms.ctr.dxml.LinkConfiguration"
void removeLink(String linkName)
Description: Operation to remove a link
Return Type: No return type
Parameters:
name="Link name" type="java.lang.String" description="Link name being removed"
Attributes of Bridge
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectorManager,type=config
Name
Description: Name of the bridge instance
Type: String
Access: read-write
Default Value: null
AvoidLoopBack
Description: If true, loopback of messages across the bridge is not allowed
Type: boolean
Access: read-write
Default Value: True
PingInterval
Description: Value of Ping Interval
Type: long
Access: read-write
Default Value: 10000
Attributes of Link
Forano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectorManager,type=config,Link=<FMQToFMQ-OneWay>
Name
Description: Name
Type: String
Access: read-write
Default Value: null
Attributes of TargetServer
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,Type=config,Link=<FMQToFMQ-OneWay>,TargetServer=<FMQ2>
Name
Description: Name
Type: String
Access: read-write
Default Value: null
Attributes of Target ConnectionInfo
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,TargetServer=<FMQ2>,ConnectionInfo=<TgtConnectionInfo>
a) ServerType
Description: Server Type
Type: String
Access: read-write
Default Value: JMS
b) Name
Description: Name
Type: String
Access: read-write
Default Value: ConnectionInfo1
c) ProviderURL
Description: Provider URL
Type: String
Access: read-write
Default Value: http://localhost:1856
d) InitialContextFactory
Description: The Initial Context Factory
Type: String
Access: read-write
Default Value: fiorano.jms.runtime.naming.FioranoInitialContextFactory
e) BridgeUser
Description: User Name of Bridge
Type: String
Access: read-write
Default Value: ayrton
f) BridgePassword
Description: Password of the bridge user
Type: String
Access: read-write
Default Value: senna
g) QCF
Description: The Queue Connection Factory
Type: String
Access: read-write
Default Value: primaryQCF
h) Protocol
Description: Protocol for connection
Type: String
Access: read-write
Default Value: TCP
i) SecurityPrincipal
Description: Security Principal
Type: String
Access: read-write
Default Value: anonymous
j) Security Credentials
Description: Security Credentials
Type: String
Access: read-write
Default Value: anonymous
k) ServerSecurityManager
Description: Server Security Manager
Type: String
Access: read-write
Default Value: null
Attributes of Source Server
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,SourceServer=<FMQ1>
a) Name
Description: Name
Type: String
Access: read-write
Default Value: FMQ1
Attributes of Source ConnectionInfo
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,SourceServer=<FMQ1>,ConnectionInfo=<SrcConnectionInfo>
a) ServerType
Description: Server Type
Type: String
Access: read-write
Default Value: JMS
b) Name
Description: Name
Type: String
Access: read-write
Default Value: ConnectionInfo1
c) ProviderURL
Description: Provider URL
Type: String
Access: read-write
Default Value: http://localhost:1856
d) InitialContextFactory
Description: The Initial Context Factory
Type: String
Access: read-write
Default Value: fiorano.jms.runtime.naming.FioranoInitialContextFactory
e) BridgeUser
Description: User Name of Bridge
Type: String
Access: read-write
Default Value: ayrton
f) BridgePassword
Description: Password of the bridge user
Type: String
Access: read-write
Default Value: senna
g) QCF
Description: The Queue Connection Factory
Type: String
Access: read-write
Default Value: primaryQCF
h) Protocol
Description: Protocol for connection
Type: String
Access: read-write
Default Value: TCP
i) SecurityPrincipal
Description: Security Principal
Type: String
Access: read-write
Default Value: anonymous
j) Security Credentials
Description: Security Credentials
Type: String
Access: read-write
Default Value: anonymous
k) ServerSecurityManager
Description: Server Security Manager
Type: String
Access: read-write
Default Value: null
Attributes of Channel
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,Channel=<FMQChannel1>
a) Name
Description: Name
Type: String
Access: read-write
Default Value: FMQChannel1
Attributes of Source Queue
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,Channel=<FMQChannel1>,SourceQueue=<SourceQueue>
a) Name
Description: Name
Type: String
Access: read-write
Default Value: SourceQueue
Attributes of SourceQueueInfo
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,Channel=<FMQChannel1>,SourceQueue=<SourceQueue>,QueueInfo=<SourceQueueInfo>
a) Name
Description: Name of the LinkTopicInfo
Type: String
Access: read-write
Default Value: QueueInfo1
b) MsgSelector
Description: Message Selector
Type: String
Access: read-write
Default Value: null
c) QueueName
Description: Name of the source Queue
Type: String
Access: read-write
Default Value: null
Attributes of TargetQueue
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,Channel=<FMQChannel1>,TargetQueue=<TargetQueue>
a) Name
Description: Name of the LinkTopicInfo
Type: String
Access: read-write
Default Value: targetQueue1
Attributes of TargetQueueInfo
Fiorano.Bridge:ServiceType=FioranoBridge,Name=FioranoConnectionManager,type=config,Link=<FMQToFMQ-OneWay>,Channel=<FMQChannel1>,TargetQueue=<TargetQueue>,QueueInfo=<TargetQueueInfo>
a) Name
Description: Name of the LinkTopicInfo
Type: String
Access: read-write
Default Value: QueueInfo1
b) MsgSelector
Description: Message Selector
Type: String
Access: read-write
Default Value: null
c) QueueName
Description: Name of the source Queue
Type: String
Access: read-write
Default Value: null