Raised INT-2999 for this case.
Thanks for the workaround solution.
Type: Posts; User: monkeyhands; Keyword(s):
Raised INT-2999 for this case.
Thanks for the workaround solution.
Hi
I'm using a bean to contain a map of transaction types to routing key. I want to call this bean's resolver method (passing the message payload) in the 'routing-key-expression' field of a...
Thanks Gary for your example.
It highlighted the issue was in our code, it was how the queue object was created in our java code. The queue wasn't declared as a bean in the application context so...
For the past few months we have been running our system on spring integration using rabbitmq broker without any problems. Until last night... One process in the system stopped receiving messages from...
Hi
We are interested in using Scala with Spring dependency injection and frameworks such Spring integration. We have experience of using Spring from Java.
A web search does bring up pages for...
Hi
Just an update on this issue. Even though I was using @Configuration and @Bean annotations the RabbitAdmin class was still attempting to auto-declare all exchanges, queue,s and bindings in the...
Thanks for the suggestion but it won't work for us as we need to use non-durable queues.
I have raised AMQP-286 for this
In the meantime I am changing our system to set up the exchanges and...
Hi
Is it possible to create 2 (or more) connection factories then when creating queues, and exchanges, specify which connection factory to use?
I can see <rabbit:listener-connection> and...
Hi
Is it possible for the Spring Explorer to show beans defined in imported context xml's?
I have a multi-module project that imports contexts from other module jars and it would be really useful...
I've opened INT-2731
The log level solution does work, however this code is part of a library. So we need to remember to do this to all of the applications using this library. But I don't see any...
Hi
I would like to use quartz triggers with a spring integration poller to call an inbound adapter. The trigger will fire at a fixed rate.
Your probably asking why not ask use the spring...
Thanks Martin, your solution did work.
For anyone else make sure your version of kilnclient is compatible with MercurialEclipse 2.0.0, I had an old version installed and they were not compatible. So...
Are there known problems with the poller on Windows 2003 server?
We see problems with erratic timings and scheduling, i.e. a simple fixed-rate timer will not fire on at its scheduled intervals....
Hi
Trying to use view a project history in STS 3.0 and getting the following exception.
An error has occurred. See error log for more details....
Hi
I have an SI application which needs to call a 3rd party WSDL interface, and I'm getting a bit confused how to implement it using SI.
The messaging flow is straight forward:
Read a...
Hi
I'm having trouble getting the follow design to work:
Client receives a work request via a HTTP inbound gateway.
A job is built from the HTTP request and sent to a job orcherstrator...
Its ISO8583, the very common one
Thanks Gary, that solved it for me.
Sorry for the slow reply, but you'd be glad to hear that it works.
I did what you suggested and cleared out my local repository as well.
One niggle is STS/Eclipse validator complains about the...
Hi
I get a NullPointerException when I migrate this demo to use 2.1.0.RELEASE.
As part of the migration I had to change the config namespace (as per the 2.0->2.1 migration guide), and I changed...
Hi
When is the planned GA date for 2.1?
From here https://jira.springsource.org/browse/INT I can see it mentions yesterday, however I've seen no official announcement.
We need to know as...
Hi Mark
Thanks for the advice, I'd missed the type attribute - doh!
It's now much cleaner no special bean/class is needed.
<int:header-enricher input-channel="nonPersistentChannel"...
Hi
In case anyone is following this thread I managed to make messages NON_PERSISTENT by passing the message through a Spring Integration header enricher to add the header 'ampq_deliveryMode'...
Hi
I'm looking for advice on how to handle non-replies from consumers, and also to detect if there are no consumers running.
I'm using Spring Integration + AMQP for a Command pattern where...
Hi
Config for the output bound adapter is below (I'm using rabbit example from Pro Spring Integration book).
I downloaded the snapshot on Friday, the 9th Dec, sorry but I don't know whether this...