Search:

Type: Posts; User: bwfrieds; Keyword(s):

Search: Search took 0.03 seconds.

  1. Thank you for that super fast reply, Mr. Russell!...

    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
  2. header-value-router in Spring Integration 2.2 with RabbitMQ 3.0.4

    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...
  3. Mr. Russell, thank you for your time and...

    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...
  4. That was it! Thank you Gary and Cleric. As soon...

    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...
  5. losing amqp messages when db connection is lost

    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...
  6. How to limit throughput for int-amqp:inbound-channel-adapter?

    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...
  7. message transformation: How to add property to message, like header-enricher?

    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...
  8. Replies
    18
    Views
    1,037

    Thank you, Gary! This was critical as I was...

    Thank you, Gary! This was critical as I was trying to hack a solution to not lose unsupported message payloads.
  9. Scott, I have abandoned this effort; I have a...

    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...
  10. Scott, did you try, with success, to implement a...

    Scott, did you try, with success, to implement a retry interceptor on the listener via the advice chain? Any luck with that? -Ben
  11. xml config instead of annotation based

    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...
  12. I would love to understand this error better. I...

    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...
  13. I would also be interested in a config setting...

    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...
Results 1 to 13 of 13