M
- the message implementationpublic interface IJMSQueueDeclaration<M extends IJMSMessage>
Modifier and Type | Method and Description |
---|---|
String |
getContextPrefix()
Return the context prefix for the queue
Exemple : contextPrefix = XtendedSearch.Indexation / queueName = Users
for a queue which index user in XtendedSearch
|
List<IJMSMessageProcessor<M>> |
getMessageProcessors()
return the message processor list to start on the queue
|
String |
getQueueName()
Return the queue name
|
String getContextPrefix()
String getQueueName()
List<IJMSMessageProcessor<M>> getMessageProcessors()
Copyright © 2022 Visiativ. All rights reserved.