Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Raised INT-2999...

    Raised INT-2999 for this case.

    Thanks for the workaround solution.
  2. Use bean method in routing-key-expression of a int-amqp:outbound-channel-adapter

    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...
  3. Thanks Gary for your example. It highlighted...

    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...
  4. Consumer doesn't recover from com.rabbitmq.client.ShutdownSignalException

    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...
  5. Spring Scala, what is the status of the project?

    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...
  6. Hi Just an update on this issue. Even though...

    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...
  7. Thanks for the suggestion but it won't work for...

    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...
  8. Can you use more than one connection factory at a time?

    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...
  9. STS Spring Explorer - show beans defined in imported spring context files?

    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...
  10. I've opened INT-2731...

    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...
  11. Spring integration poller with Quartz scheduled triggers?

    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...
  12. Thanks Martin, your solution did work. For...

    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...
  13. int:poller and Win 2003 server problems?

    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....
  14. STS 3.0 - MercurialEclipse view exceptions

    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....
  15. Replies
    0
    Views
    182

    How to keep transformed objects

    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...
  16. HTTP inbound gateway with asynchronous AMQP queues

    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...
  17. Its ISO8583, the very common one

    Its ISO8583, the very common one
  18. Thanks Gary, that solved it for me.

    Thanks Gary, that solved it for me.
  19. Sorry for the slow reply, but you'd be glad to...

    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...
  20. SpringOne2gx SegmentationDemo compatible with Spring Integration 2.1?

    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...
  21. Replies
    1
    Views
    229

    GA date for Spring Integration 2.1?

    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...
  22. Hi Mark Thanks for the advice, I'd missed the...

    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"...
  23. Hi In case anyone is following this thread I...

    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'...
  24. Advice regarding RPC/Command pattern in Spring AMQP and Rabbit

    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...
  25. Hi Config for the output bound adapter is...

    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...
Results 1 to 25 of 27
Page 1 of 2 1 2