I’m trying to understand the behavior at startup after a JVM shuts down with a message still within a Delayer backed with a MessageStore.
It appears that the message has been saved to the MessageStore, but there is no indication that the Delayer is aware that the message exist (at restart after a JVM shut down). Is this the expected behavior? If so, then does the above situation require a jdbc-inbound-adapter configured against the MessageStore's table to reactivate the message?


Reply With Quote