Hi, did you have a workaround for this problem? Did you try with M6?
I got the following error using M6:
Code:
WARNING: exception occurred in endpoint 'internal.correlator.org.springframework.integration.gateway.GatewayProxyFactoryBean@1d2b01b'
org.springframework.integration.message.MessageHandlingException: unable to handle response, message has no correlationId: [Payload=Hello toto][Headers={internal.header.timestamp=1219754684531, internal.header.id=69c27fa4-110c-4261-b738-5ffb76eabd78, spring.integration.transport.jms.JMSRedelivered=false}]
at org.springframework.integration.handler.ReplyMessageCorrelator.handle(ReplyMessageCorrelator.java:50)
at org.springframework.integration.endpoint.DefaultEndpoint.doHandleRequestMessage(DefaultEndpoint.java:179)
There is a problem with the correlationId in the response. The response contains the reply 'Hello Toto', so the mechanism worked. But I don't know what to do with the correlation id.
My setup:
- ActiveMq 5.1 with one broker.
- Set of files attached in this reply.
- Spring Integration jars installed in the local maven repository.
Thanks