| Package | Description |
|---|---|
| de.caluga.morphium.cache | |
| de.caluga.morphium.messaging | |
| de.caluga.morphium.messaging.jms |
| Modifier and Type | Method and Description |
|---|---|
Msg |
MessagingCacheSynchronizer.onMessage(Messaging msg,
Msg m) |
| Constructor and Description |
|---|
MessagingCacheSynchronizer(Messaging msg,
Morphium morphium) |
| Modifier and Type | Method and Description |
|---|---|
Messaging |
Messaging.setAutoAnswer(boolean autoAnswer) |
Messaging |
Messaging.setMultithreadded(boolean multithreadded) |
Messaging |
Messaging.setPause(int pause) |
Messaging |
Messaging.setProcessMultiple(boolean processMultiple) |
Messaging |
Messaging.setQueueName(String queueName) |
Messaging |
Messaging.setSenderId(String id) |
Messaging |
Messaging.setUseChangeStream(boolean useChangeStream) |
Messaging |
Messaging.setWindowSize(int windowSize) |
| Modifier and Type | Method and Description |
|---|---|
Msg |
StatusInfoListener.onMessage(Messaging msg,
Msg m) |
T |
MessageListener.onMessage(Messaging msg,
T m)
process message, send answer
if null is returned, no answer is sent
|
void |
Msg.sendAnswer(Messaging messaging,
Msg m) |
| Modifier and Type | Method and Description |
|---|---|
JMSMessage |
Consumer.onMessage(Messaging msg,
JMSMessage m) |
| Constructor and Description |
|---|
Consumer(Messaging messaging,
javax.jms.Destination dst) |
Producer(Messaging messaging) |
Copyright © 2022. All rights reserved.