Uses of Class
net.timewalker.ffmq4.common.message.MessageSelector
-
Packages that use MessageSelector Package Description net.timewalker.ffmq4.local.destination net.timewalker.ffmq4.local.destination.subscription net.timewalker.ffmq4.local.session -
-
Uses of MessageSelector in net.timewalker.ffmq4.local.destination
Methods in net.timewalker.ffmq4.local.destination with parameters of type MessageSelector Modifier and Type Method Description AbstractMessageLocalQueue. browse(LocalQueueBrowserCursor cursor, MessageSelector selector)Browse a message in this queueAbstractMessageLocalQueue. get(LocalSession localSession, TransactionSet transactionSet, MessageSelector selector)Get the first available message from this destination (matching an optional message selector).voidLocalQueue. purge(MessageSelector selector)Purge some messages from the buffer -
Uses of MessageSelector in net.timewalker.ffmq4.local.destination.subscription
Methods in net.timewalker.ffmq4.local.destination.subscription that return MessageSelector Modifier and Type Method Description MessageSelectorLocalTopicSubscription. getMessageSelector() -
Uses of MessageSelector in net.timewalker.ffmq4.local.session
Fields in net.timewalker.ffmq4.local.session declared as MessageSelector Modifier and Type Field Description protected MessageSelectorLocalMessageConsumer. parsedSelectorMethods in net.timewalker.ffmq4.local.session that return MessageSelector Modifier and Type Method Description MessageSelectorLocalMessageConsumer. getParsedSelector()Get the parsed message selector for this consumerMessageSelectorLocalMessageConsumer. getReceiveSelector()Get the parsed message selector for this consumer to be used when receiving a message from the local queueConstructors in net.timewalker.ffmq4.local.session with parameters of type MessageSelector Constructor Description LocalQueueBrowserEnumeration(LocalQueueBrowser browser, LocalQueue localQueue, MessageSelector parsedSelector, String enumId)Constructor (package-private)
-