Thank you again, Mr. Russell, for your quick and helpful response. I incorrectly determined that my test was failing because of two things:
1) As you surmised, I was looking at the expiration...
Type: Posts; User: betaylor73; Keyword(s):
Thank you again, Mr. Russell, for your quick and helpful response. I incorrectly determined that my test was failing because of two things:
1) As you surmised, I was looking at the expiration...
Thank you, Mr. Russell. I was indeed missing the 'explicit-qos-enabled' attribute for my outbound channel adapter. Unfortunately, providing that attribute with a value of 'true' did not seem to make...
In a project on which I am currently working, I am using Spring Integration
to send JMS messages to a ActiveMQ queue. I can successfully send messages
to the queue, but I have as of yet been unable...
In Spring 3.1, is it possible to use a property placeholder to resolve the 'id' attribute of a message channel?
I would like, for example, to do the following in my context.xml file:
...