| Package | Description |
|---|---|
| org.wso2.mb.integration.common.clients.configurations |
| Modifier and Type | Method and Description |
|---|---|
void |
AndesJMSConsumerClientConfiguration.setAcknowledgeAfterEachMessageCount(long acknowledgeAfterEachMessageCount)
Sets the message count at which a message should be acknowledged after.
|
void |
AndesJMSConsumerClientConfiguration.setAcknowledgeMode(JMSAcknowledgeMode acknowledgeMode)
Sets acknowledge mode for messages.
|
void |
AndesJMSConsumerClientConfiguration.setCommitAfterEachMessageCount(long commitAfterEachMessageCount)
Sets the message count at which the session should be committed.
|
void |
AndesJMSConsumerClientConfiguration.setDurable(boolean durable,
String subscriptionID)
Sets values for a durable subscription
|
void |
AndesJMSPublisherClientConfiguration.setJMSMessageExpiryTime(long jmsMessageExpiryTime)
Sets the message expiry time.
|
void |
AndesJMSConsumerClientConfiguration.setMaximumMessagesToReceived(long maximumMessagesToReceived)
Sets the maximum number of messages to received.
|
void |
AndesJMSPublisherClientConfiguration.setNumberOfMessagesToSend(long numberOfMessagesToSend)
Sets the number of messages to be sent by the publisher
|
void |
AndesJMSClientConfiguration.setPrintsPerMessageCount(long printsPerMessageCount)
Sets the number of console logging per message count
|
void |
AndesJMSPublisherClientConfiguration.setReadMessagesFromFilePath(String readMessagesFromFilePath)
Sets the file path to read a string content which would be used to as message content when
publishing.
|
void |
AndesJMSConsumerClientConfiguration.setRecoverAfterEachMessageCount(long recoverAfterEachMessageCount)
Sets message count at which the session should be recovered.
|
void |
AndesJMSConsumerClientConfiguration.setRollbackAfterEachMessageCount(long rollbackAfterEachMessageCount)
Sets message count at which the session should be rolled-back.
|
void |
AndesJMSClientConfiguration.setRunningDelay(long runningDelay)
Sets the delay used in publishing/consuming messages in milliseconds.
|
void |
AndesJMSConsumerClientConfiguration.setSubscriptionID(String subscriptionID)
Sets the subscription ID
|
void |
AndesJMSConsumerClientConfiguration.setUnSubscribeAfterEachMessageCount(long unSubscribeAfterEachMessageCount)
Sets message count to un-subscribe the consumer.
|
| Constructor and Description |
|---|
AndesJMSClientConfiguration(String xmlConfigFilePath)
Creates a connection string using an xml file.
|
AndesJMSConsumerClientConfiguration(String xmlConfigFilePath)
Creates a configuration for a consumer using an xml file.
|
AndesJMSPublisherClientConfiguration(String xmlConfigFilePath)
Creates a configuration for a publisher using an xml file.
|
Copyright © 2019 WSO2. All rights reserved.