public interface Messaging extends Component
| Modifier and Type | Interface and Description |
|---|---|
static class |
Messaging.CreateContextOption |
static class |
Messaging.CreateOption |
static class |
Messaging.CreateQueueOption |
static class |
Messaging.CreateTopicOption |
| Modifier and Type | Method and Description |
|---|---|
Context |
createContext(Map<Messaging.CreateContextOption,Object> options) |
Queue |
findOrCreateQueue(String name,
Map<Messaging.CreateQueueOption,Object> options) |
Topic |
findOrCreateTopic(String name,
Map<Messaging.CreateTopicOption,Object> options) |
Copyright © 2015. All Rights Reserved.