public class ActiveMQServiceImpl extends java.lang.Object implements ActiveMQService
| Modifier and Type | Field and Description |
|---|---|
protected LinkedDataSource |
linkedDataSource |
protected java.lang.String |
queueNamePath |
| Constructor and Description |
|---|
ActiveMQServiceImpl(ProtocolType type) |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getBrokerEndpoint(java.net.URI resourceUri)
Extracts the ActiveMQ broker endpoint for connecting via ActiveMQ to the atom
or WON node identified by the specified resourceUri.
|
java.util.Set<java.lang.String> |
getMatcherProtocolTopicNamesWithResource(java.net.URI resourceURI) |
java.lang.String |
getProtocolQueueNameWithResource(java.net.URI resourceUri)
Extracts the ActiveMQ queue name for connecting via ActiveMQ to the atom or
WON node identified by the specified resourceUri.
|
void |
setLinkedDataSource(LinkedDataSource linkedDataSource) |
protected java.lang.String queueNamePath
@Autowired @Qualifier(value="default") protected LinkedDataSource linkedDataSource
public ActiveMQServiceImpl(ProtocolType type)
public final java.lang.String getProtocolQueueNameWithResource(java.net.URI resourceUri)
ActiveMQServicegetProtocolQueueNameWithResource in interface ActiveMQServicepublic final java.net.URI getBrokerEndpoint(java.net.URI resourceUri)
MessageBrokerServicegetBrokerEndpoint in interface MessageBrokerServicepublic java.util.Set<java.lang.String> getMatcherProtocolTopicNamesWithResource(java.net.URI resourceURI)
public void setLinkedDataSource(LinkedDataSource linkedDataSource)
Copyright © 2019. All Rights Reserved.