Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    12
    Views
    2,532

    Hi, So are there any chances this will be...

    Hi,

    So are there any chances this will be done? Should I file a JIRA issue about it? I didn't see anything in the 1.0.2.RELEASE about it.

    Thanks!
  2. Replies
    12
    Views
    2,532

    Well, with the polling solution I have many more...

    Well, with the polling solution I have many more options to fine tune: I now have to care about the size of the channel's queue, how that relates to the max-messages-per-poll (which it probably...
  3. Replies
    12
    Views
    2,532

    Now that I think about it it's very difficult to...

    Now that I think about it it's very difficult to see a scenario where you'd have a bunch of unrelated database updates that you could run in any order concurrently and that would still need to be in...
  4. Replies
    12
    Views
    2,532

    Hmm, interesting question... I suppose you could...

    Hmm, interesting question... I suppose you could benefit from transactional support in a scenario where you would want to
    1. Start a transaction
    2. Split the message into parts for concurrent...
  5. Replies
    12
    Views
    2,532

    Yes, the "output-channel" of the splitter would...

    Yes, the "output-channel" of the splitter would have the task-executor reference.

    I agree that the best solution would be to allow the task-executor for all channels, and thus a DirectChannel...
  6. Replies
    12
    Views
    2,532

    Unicast channel that dispatches concurrently

    Hi,

    I'm testing the MarshallingWebServiceInboundGateway and I'd like to have one taskExecutor that handles the http requests (I'm using the JDK6 HttpServer) and puts the unmarshalled objects on a...
  7. Replies
    15
    Views
    2,704

    Sure. One other thing: By looking at the code for...

    Sure. One other thing: By looking at the code for QueuedFTPClientPool I would suspect that if the poll period for the channel-adapter is more than the timeout configured on the ftp server, the pool...
  8. Replies
    15
    Views
    2,704

    Thank you for your help Mark, The ref...

    Thank you for your help Mark,

    The ref attribute of the splitter element seems to be required in the schema though, so going without it doesn't seem to be an option, or am I missing something?...
  9. Replies
    15
    Views
    2,704

    Hi Iwein, How has your example above changed...

    Hi Iwein,

    How has your example above changed for M6, I can't find a CollectionSplitter anymore?
  10. Replies
    3
    Views
    2,243

    According to Mark Fisher Java 1.4 is not...

    According to Mark Fisher Java 1.4 is not supported:

    Spring Integration relies heavily on Java 5 - including core language features (e.g. annotations and generics) as well as the Classes within...
  11. Using PropertyPlaceholderConfigurer for integer values

    Hi,

    Is it possible to use the PropertyPlaceholderConfigurer or something else to externalize properties such as the "period" value in the <schedule> element into an external properties file? That...
  12. If your Spring is loaded inside an EJB, you must...

    If your Spring is loaded inside an EJB, you must define BMT for that EJB so that WebSphere makes the UserTransaction available, just like mphartman said.

    I had problems using...
Results 1 to 12 of 12