Thank you for that super fast reply, Mr. Russell! The router works perfectly now and the custom headers are logged! You are an awesome human being! -Ben
Type: Posts; User: bwfrieds; Keyword(s):
Thank you for that super fast reply, Mr. Russell! The router works perfectly now and the custom headers are logged! You are an awesome human being! -Ben
Is the header-value-router designed to work with custom headers, in Spring Integration 2.2.1? It works very well when the header-name attribute is set to a standard amqp header, like...
Mr. Russell, thank you for your time and assistance. I added the advice-chain to my int-amqp:inbound-channel-adapter, after the transaction-manager attribute. My source queue has a DLX defined. I...
That was it! Thank you Gary and Cleric. As soon as I set the transaction manager on the amqp inbound channel adapter, it worked. I was missing a namespace too. But now the messages go back to the...
I'm using Spring Integration 2.1.4, Hibernate 3.6, and RabbitMQ. If my consumer starts with a valid connection to the Rabbit server, but fails to build a db connection pool for Hibernate, the...
I want to nest a int:poller child element in my int-amqp:inbound-channel-adapter, but it appears to be not allowed with 2.1 namespace. The error is below. How can I force it to pull from my rabbit...
My message payload is a small xml document. I am using a xpath-router to inspect the name of the root element of the xml message payload and route the message to one of several different service...
Thank you, Gary! This was critical as I was trying to hack a solution to not lose unsupported message payloads.
Scott, I have abandoned this effort; I have a deployment deadline that will not budge. I just tested a sufficient work-around solution. In my MessageHandler.handleMessage method, I wrap the body...
Scott, did you try, with success, to implement a retry interceptor on the listener via the advice chain? Any luck with that? -Ben
I'm trying to implement a retry/recover component using xml context configuration. As a guide, I started with the nice dead-letter Carfax example by James Carr on github. My goal is to retry a...
I would love to understand this error better. I seem to get it twice a week. And today I have no idea what id field is null. I have a simple select statement returning one row of all columns in...
I would also be interested in a config setting for this. In the mean time, I'll try to fork the source to modify the private constants in JdbcJobInstanceDao, and the rest. Or I may be able to...