Skip to main content
Skip table of contents

Repeater MBeans

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

RepeaterManager

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

Attributes of FioranoRepeaterManager

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager

Name

Description: Gets the Name of repeater
Type: String
Access: read-only
Default Value: null

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>

Name

Description: Name of the link
Type: String
Access: read-write
Default Value: Link

Attributes of Source Server

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,SourceServer=<LocalHostSourceServer>

Name

Description: Name of the Source Server
Type: String
Access: read-write
Default Value: null

Attributes of ConnectionInfo

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,SourceServer=<LocalHostSourceServer>,ConnectionInfo=<SrcConnectionInfo>

Name

Description: Name of this ConnectionInfo
Type: String
Access: read-write
Default Value: ConnectionInfo1

ProtocolType

Description: Communication protocol for this ConnectionInfo
Type: String
Access: read-write
Default Value: TCP

JMXProtocol

Description: Protocol of the JMX Server
Type: String
Access: read-write
Default Value: rmi

JMXURL

Description:
JMX Url of the Server. Repeater with multiple urls can be handled by adding a semi-colon( ;) as a delimiter, in case of fail-overs between HA pair profiles.

For example, one HA (Primary Server) profile has a Repeater component added with 'Link' information such that, the Source Server's URL is pointed to the local address and port, the Target Server's URL is pointed to the other HA pair's Primary and Secondary URLs. Multiple URLs can be added to the 'ServerUrl' parameter with semi-colon ( ; ) as a delimiter

Type: java.lang.String
Access: RW
Default Value: rmi://localhost:1858 (rmi:ip:rmiport)

The JMXUrl includes the RMI port (rmi:ip:rmiport), therefore no separate JMX port attribute for the Repeater connections.

ServerURL

Description: FMQ Connect URL
Type: String
Access: read-write
Default Value: http://localhost:1856

UserName

Description: Login Name
Type: String
Access: read-write
Default Value: anonymous

Password

Description: Login password
Type: String
Access: read-write
Default Value: anonymous

TopicConnectionFactory

Description: Topic Connection Factory which will be used for creating connection
Type: String
Access: read-write
Default Value: primaryTCF

ServerSecurityManager

Description: Server security manager
Type: String
Access: read-write
Default Value: Repeater

Attributes of Target Server

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,TargetServer=<LocalHostTargetServer>

Name

Description: Name of the TargetServer
Type: String
Access: read-write
Default Value: null

Attributes of Target ConnectionInfo

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,TargetServer=<LocalHostTargetServer>,ConnectionInfo=<TgtConnectionInfo>

Name

Description: Name of this ConnectionInfo
Type: String
Access: read-write
Default Value: ConnectionInfo1

ProtocolType

Description: Communication protocol for this ConnectionInfo
Type: String
Access: read-write
Default Value: TCP

JMXProtocol

Description: Protocol of the JMX Server
Type: String
Access: read-write
Default Value: rmi

JMXPort

Description: JMX Port of the Server
Type: String
Access: read-write
Default Value: 1858

ServerURL

Description: FMQ Connect URL
Type: String
Access: read-write
Default Value: http://localhost:1856

UserName

Description: Login Name
Type: String
Access: read-write
Default Value: anonymous

Password

Description: Login password
Type: String
Access: read-write
Default Value: anonymous

TopicConnectionFactory

Description: Topic Connection Factory which will be used for creating connection
Type: String
Access: read-write
Default Value: primaryTCF

ServerSecurityManager

Description: Server Security Manager
Type: String
Access: read-write
Default Value: Repeater

Attributes of LinkTopicInfo

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,LinkTopicInfo=<LinkTopicInfo>

Name

Description: Name of the LinkTopicInfo
Type: String
Access: read-write
Default Value: LinkTopicConfig1

IsDurable

Description: Is the Link durable
Type: String
Access: read-write
Default Value: false

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

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

ReplyOn

Description: Reply on destination
Type: String
Access: read-write
Default Value: ReplyOn

SourceTopicName

Description: Source destination for this Link
Type: String
Access: read-write
Default Value: SourceTopicName

TargetTopicName

Description: Target destination for this link
Type: String
Access: read-write
Default Value: TargetTopicName

MessageSelector

Description: Message selector for this link
Type: String
Access: read-write
Default Value: null

Attributes of Reply Topic Information

Fiorano.Repeater:ServiceType=RepeaterManager,Name=FioranoRepeaterManager,type=config,Link=<LocalHostToLocalHost>,ReplyTopicInfo=<ReplyTopicConfig1>

Name

Description: Name of the ReplyTopicInfo
Type: String
Access: read-write
Default Value: ReplyTopicConfig1

IsDurable

Description: Is the ReplyTopic durable
Type: String
Access: read-write
Default Value: false

ReplyTopicName

Description: Name of the reply topic
Type: String
Access: read-write
Default Value: null

MessageSelector

Description: Message selector for reply link
Type: String
Access: read-write
Default Value: false

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.