Search:

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

Search: Search took 0.03 seconds.

  1. int-jms:message-driven-channel-adapter in Scala DSL

    Hi,
    I use the following code to create a int-jms:message-driven-channel-adapter, however, seems it is based on polling. as it return the data in intervals rather than responding to ticks.

    the...
  2. thanks for the quick reply, looking forward to...

    thanks for the quick reply, looking forward to seeing your example code!
  3. can i mix spring integration scala dsl with other xml application context.

    Hi,

    very impressed the new Scala DSL and would like to adopt it.

    A question: can I mixed my scala dsl with xml application context. esp, treating scala dsl as a part of xml-based application...
  4. Replies
    10
    Views
    618

    Hi Oleg, Could you share some light on the...

    Hi Oleg,

    Could you share some light on the "pure even drive approach with no blocking" approach? or your opinion on pure event driven vs...in general?

    Many thanks,
  5. Replies
    10
    Views
    618

    Your are right. just as you said.the solution you...

    Your are right. just as you said.the solution you proposed does work
  6. Replies
    10
    Views
    618

    Yes, from business perspective. I am looking the...

    Yes, from business perspective. I am looking the "fairness" between message types. A surge of one type of message could block the whole system worries us a bit.

    Thanks again for your help.
  7. Replies
    10
    Views
    618

    if there are more messages for an instrument to...

    if there are more messages for an instrument to be processed than the number of workers, all workers will be in waiting state for the same semaphore. no worker will be available for processing other...
  8. Replies
    10
    Views
    618

    thanks Oleg, Your code sample almost solves...

    thanks Oleg,

    Your code sample almost solves all my issues. except that If there are a group of message of a particular product sent to the inputChannel, then all workers of the executor will be...
  9. Replies
    10
    Views
    618

    best approach for a use case ?

    Hi,

    Sorry about the long question firstly.

    I am learning SI and am prototyping an Event-Driven system using SI. One of use case is that a channel receives price ticks for different instruments...
  10. Replies
    3
    Views
    472

    can the automatic creation of channel be stopped?...

    can the automatic creation of channel be stopped? for example, if there is a typo in the "input-channel". I want to catch it.
    Thanks,
    Zhu
  11. Replies
    1
    Views
    244

    how to stop automatic channel creation?

    HI, I am new to SI and using 2.1.0.RELEASE. I noticed that the spring integration will create a channel automatically even the channel was not defined. for example, the code below will work (even...
  12. Replies
    0
    Views
    218

    how to stop automatic channel creation?

    HI, I am new to SI and using 2.1.0.RELEASE. I noticed that the spring integration will create a channel automatically even the channel was not defined. for example, the code below will work (even...
Results 1 to 12 of 12