Package | Description |
---|---|
javax.jms |
JMS 1.1 API.
|
org.hornetq.jms.client |
Implementation of the JMS API.
|
org.jboss.resource.adapter.jms |
Modifier and Type | Method and Description |
---|---|
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
String name)
Creates a durable subscriber to the specified topic.
|
TopicSubscriber |
Session.createDurableSubscriber(Topic topic,
String name)
Creates a durable subscriber to the specified topic.
|
TopicSubscriber |
TopicSession.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal)
Creates a durable subscriber to the specified topic, using a
message selector or specifying whether messages published by its
own connection should be delivered to it.
|
TopicSubscriber |
Session.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal)
Creates a durable subscriber to the specified topic, using a
message selector and specifying whether messages published by its
own connection should be delivered to it.
|
TopicSubscriber |
TopicSession.createSubscriber(Topic topic)
Creates a nondurable subscriber to the specified topic.
|
TopicSubscriber |
TopicSession.createSubscriber(Topic topic,
String messageSelector,
boolean noLocal)
Creates a nondurable subscriber to the specified topic, using a
message selector or specifying whether messages published by its
own connection should be delivered to it.
|
Modifier and Type | Class and Description |
---|---|
class |
HornetQMessageConsumer
HornetQ implementation of a JMS MessageConsumer.
|
Modifier and Type | Method and Description |
---|---|
TopicSubscriber |
HornetQSession.createDurableSubscriber(Topic topic,
String name) |
TopicSubscriber |
HornetQSession.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal) |
TopicSubscriber |
HornetQSession.createSubscriber(Topic topic) |
TopicSubscriber |
HornetQSession.createSubscriber(Topic topic,
String messageSelector,
boolean noLocal) |
Modifier and Type | Class and Description |
---|---|
class |
JmsTopicSubscriber
A wrapper for a topic subscriber
|
Modifier and Type | Method and Description |
---|---|
TopicSubscriber |
JmsSession.createDurableSubscriber(Topic topic,
String name) |
TopicSubscriber |
JmsSession.createDurableSubscriber(Topic topic,
String name,
String messageSelector,
boolean noLocal) |
TopicSubscriber |
JmsSession.createSubscriber(Topic topic) |
TopicSubscriber |
JmsSession.createSubscriber(Topic topic,
String messageSelector,
boolean noLocal) |
Constructor and Description |
---|
JmsTopicSubscriber(TopicSubscriber consumer,
JmsSession session)
Create a new wrapper
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.