Thanks for the response,
I'm posting via a JMS producer that looks like this:
public class TestProducer {
private JmsTemplate jmsTemplate;
Type: Posts; User: vincent.kennedy; Keyword(s):
Thanks for the response,
I'm posting via a JMS producer that looks like this:
public class TestProducer {
private JmsTemplate jmsTemplate;
Hello,
was wondering if anybody can help....
I'm trying to post a message onto a queue, then have a spring-integration pipeline set up to process the message, ending in a service call.
I've...