Contents

9.1 Link

Fiorano.Repeater.Link:Name=LocalHostToLocalHost,ServiceType=RepeaterLink

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: LinkConfig
Parameters: None

void editLinkConfiguration(LinkConfig linkConfig)

Description: Operation to edit a linkConfigurations
Return Type: No return type
Parameters:
name="LinkConfig" type="fiorano.jms.cfg.rp2.dxml.LinkConfig" description="Link Config(required)"

Vector showLinkTopicConfigurations()

Description: Operation to show all linkTopicConfigurations
Return Type: Vector
Parameters: None

LinkTopicConfig showLinkTopicConfiguration(String sourceTopicName, String targetTopicName)

Description: Operation to show a linkTopicConfiguration
Return Type: LinkTopicConfig
Parameters:
name="sourceTopicName" type="java.lang.String" description="SourceTopicName(required)"
name="targetTopicName" type="java.lang.String" description="TargetTopicName(required)"

Vector showReplyTopicConfigurations()

Description: Operation to show all replyTopicConfigurations
Return Type: Vector
Parameters: None

ReplyTopicConfig showReplyTopicConfiguration(String replyTopicName)

Description: Operation to show a replyTopicConfiguration
Return Type: ReplyTopicConfig
Parameters:
name="replyTopicName" type="java.lang.String" description="ReplyTopicName(required)"

void addLinkTopic(LinkTopicConfig linkTopicConfig)

Description: Operation to add a linkTopic
Return Type: No return type
Parameters:
name="LinkTopicConfig" type="fiorano.jms.cfg.rp2.dxml.LinkTopicConfig" description="LinkTopicConfig(required)"

void removeLinkTopic(String sourceTopicName, String targetTopicName)

Parameters:
name="sourceTopicName" type="java.lang.String" description="sourceTopicName"
name="targetTopicName" type="java.lang.String" description="targetTopicName"

void addReplyTopic(ReplyTopicConfig replyTopicConfig)

Description: Operation to add a replyTopic
Return Type: No return type
Parameters:
name="ReplyTopicConfig" type="fiorano.jms.cfg.rp2.dxml.ReplyTopicConfig" description="ReplyTopicConfig(required)"

void removeReplyTopic(String replyTopicName)

Description: Operation to remove a replyTopic
Return Type: No return type
Parameters:
name="replyTopicName" type="java.lang.String" description="Reply Topic Name"

Fiorano.Repeater.Link:Name=LocalHostToLocalHost,ServiceType=RepeaterLink

Name

Description: Link name
Type: String
Access: Read-only
Default Value: null

9.2 RepeaterManager

9.2.1 Operations on FioranoRepeaterManager

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager

ObjectName addLink(LinkConfig linkConfig)

Description: Operation to add a new link
Return Type: ObjectName
Parameters:
name="LinkConfig" type="fiorano.jms.cfg.rp2.dxml.LinkConfig" description="LinkConfig(required)"

void removeLink(String linkName)

Description: Operation to remove a link
Return Type: No return type
Parameters:
name="LinkName" type="java.lang.String" description="Link Name(required)"

String dumpRepeaterInfo()

Description: Get repeater configuration as a String
Return Type: String
Parameters: None

void stopLink(String linkName)

Description: Operation to stop a link
Return Type: No return type
Parameters:
name="LinkName" type="java.lang.String" description="Link Name(required)"

void startLink(String linkName)

Description: Operation to start a link
Return Type: No return type
Parameters:
name="LinkName" type="java.lang.String" description="Link Name(required)"

ObjectName findLinkInfo(String linkName)

Description: Gets all links with names stored in a HashTable
Return Type: ObjectName
Parameters:
name="LinkName" type="java.lang.String" description="Link Name(required)"

StatusConfig showStatus()

Description: Shows the status of repeater
Return Type: StatusConfig
Parameters: None

Vector findDurSubscriptionInfo()

Description: Finds DurableSubscriptionInfo of repeater
Return Type: Vector
Parameters: None

9.2.2 Attributes of FioranoRepeaterManager

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager
Name
Description: Gets the Name of repeater
Type: String
Access: read-only
Default Value: null

9.2.2.1 Attributes of Repeater

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config
Name
Description: Name of the Repeater Instance
Type: String
Access: read-write
Default Value: Repeater
DurableSubscriptionInfoFileName
Description: Durable Subscription information file
Type: String
Access: read-write
Default Value: rp_durable.xml
PingInterval
Description: Interval after which repeater tries to connect to server
Type: long
Access: read-write
Default Value: 10000
AvoidLoopback
Description: Handle cyclic link in repeater
Type: boolean
Access: read-write
Default Value: true
TransactionSize
Description: The size of Transaction
Type: int
Access: read-write
Default Value: 0
TransactionTimeout
Description: In case the message is not received (by the subscriber) in this timeout period, the transaction commits the already received messages
Type: int
Access: read-write
Default Value: 10

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>
a) Name
Description: Name of the link
Type: String
Access: read-write
Default Value: Link

9.2.2.1.1.1 Attributes of Source Server

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,SourceServer=<LocalHostSourceServer>
a) Name
Description: Name of the Source Server
Type: String
Access: read-write
Default Value: null

9.2.2.1.1.1.1 Attributes of ConnectionInfo

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,SourceServer=<LocalHostSourceServer>,ConnectionInfo=<SrcConnectionInfo>
a) Name
Description: Name of this ConnectionInfo
Type: String
Access: read-write
Default Value: ConnectionInfo1
b) ProtocolType
Description: Communication protocol for this ConnectionInfo
Type: String
Access: read-write
Default Value: TCP
c) JMXProtocol
Description: Protocol of the JMX Server
Type: String
Access: read-write
Default Value: rmi
d) JMXPort
Description: JMX Port of the Server
Type: String
Access: read-write
Default Value: 1858
e) ServerURL
Description: FMQ Connect URL
Type: String
Access: read-write
Default Value: http://localhost:1856
f) UserName
Description: Login Name
Type: String
Access: read-write
Default Value: anonymous
g) Password
Description: Login password
Type: String
Access: read-write
Default Value: anonymous
h) TopicConnectionFactory
Description: Topic Connection Factory which will be used for creating connection
Type: String
Access: read-write
Default Value: primaryTCF
i) ServerSecurityManager
Description: Server security manager
Type: String
Access: read-write
Default Value: Repeater

9.2.2.1.1.2 Attributes of Target Server

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,TargetServer=<LocalHostTargetServer>
a) Name
Description: Name of the TargetServer
Type: String
Access: read-write
Default Value: null

9.2.2.1.1.2.1 Attributes of Target ConnectionInfo

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,TargetServer=<LocalHostTargetServer>,ConnectionInfo=<TgtConnectionInfo>
a) Name
Description: Name of this ConnectionInfo
Type: String
Access: read-write
Default Value: ConnectionInfo1
b) ProtocolType
Description: Communication protocol for this ConnectionInfo
Type: String
Access: read-write
Default Value: TCP
c) JMXProtocol
Description: Protocol of the JMX Server
Type: String
Access: read-write
Default Value: rmi
d) JMXPort
Description: JMX Port of the Server
Type: String
Access: read-write
Default Value: 1858
e) ServerURL
Description: FMQ Connect URL
Type: String
Access: read-write
Default Value: http://localhost:1856
f) UserName
Description: Login Name
Type: String
Access: read-write
Default Value: anonymous
g) Password
Description: Login password
Type: String
Access: read-write
Default Value: anonymous
h) TopicConnectionFactory
Description: Topic Connection Factory which will be used for creating connection
Type: String
Access: read-write
Default Value: primaryTCF
i) ServerSecurityManager
Description: Server Security Manager
Type: String
Access: read-write
Default Value: Repeater

9.2.2.1.1.3 Attributes of LinkTopicInfo

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,LinkTopicInfo=<LinkTopicInfo>
a) Name
Description: Name of the LinkTopicInfo
Type: String
Access: read-write
Default Value: LinkTopicConfig1
b) IsDurable
Description: Is the Link durable
Type: String
Access: read-write
Default Value: false
c) ConnectionMode
Description: This parameter specifies whether same JMS connection should be used for replicating the data across JMS servers or separate connection for each link
Type: String
Access: read-write
Default Value: shared
d) Type
Description: Specifies whether the link should be permanently connected to the target server or only replicate if a subscriber exists
Type: String
Access: read-write
Default Value: ALWAYS
e) ReplyOn
Description: Reply on destination
Type: String
Access: read-write
Default Value: ReplyOn
f) SourceTopicName
Description: Source destination for this Link
Type: String
Access: read-write
Default Value: SourceTopicName
g) TargetTopicName
Description: Target destination for this link
Type: String
Access: read-write
Default Value: TargetTopicName
h) MessageSelector
Description: Message selector for this link
Type: String
Access: read-write
Default Value: null

9.2.2.1.1.4 Attributes of Reply Topic Information

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,ReplyTopicInfo=<ReplyTopicConfig1>
a) Name
Description: Name of the ReplyTopicInfo
Type: String
Access: read-write
Default Value: ReplyTopicConfig1
b) IsDurable
Description: Is the ReplyTopic durable
Type: String
Access: read-write
Default Value: false
c) ReplyTopicName
Description: Name of the reply topic
Type: String
Access: read-write
Default Value: null
d) MessageSelector
Description: Message selector for reply link
Type: String
Access: read-write
Default Value: false

Adaptavist ThemeBuilder EngineAtlassian Confluence