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...
Type: Posts; User: Tanz; Keyword(s):
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...
thanks for the quick reply, looking forward to seeing your example code!
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...
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,
Your are right. just as you said.the solution you proposed does work
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.
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...
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...
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...
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
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...
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...