- setBatchClosureMillis(long) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
When using batched consumption, sets the time in milliseconds that will elapse before a batch is committed.
- setBatchClosureSize(int) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
When using batched consumption, sets the amount of messages that will be received before a batch is committed.
- setBatched(boolean) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Batch consumption leverages JMS Transactions to minimise round trips to the broker.
- setClientId(String) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Sets the client ID of the JMS Connection.
- setConnectionFactory(ConnectionFactory) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Sets the JMS ConnectionFactory.
- setDestination(Destination) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Sets the JMS Destination explicitly.
- setDestinationName(String) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Sets the name of the JMS destination to consume from.
- setDestinationType(Class<? extends Destination>) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
- setDurableSubscription(boolean) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
A true value is only accepted in combination with topic consumption.
- setDurableSubscriptionName(String) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
When using Durable Subscribers, sets the name of the durable subscriber.
- setThreads(int) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Sets the number of threads to concurrently consume JMS messages.
- setTransacted(boolean) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Instructs the streamer whether to use local JMS transactions or not.
- setTransformer(MessageTransformer<T, K, V>) - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Compulsory.
- start() - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Starts streamer.
- stop() - Method in class org.apache.ignite.stream.jms11.JmsStreamer
-
Stops streamer.