Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Can Aries blueprint load spring context ?

    Hi,
    I am a newbie to OSGI and our company has decided to use FuseESB with apache karaf which comes with aries blueprint as our container and ESB. Now I am in a bind because most of projects have...
  2. Thank you Mark, that is a relief! Not fishing for...

    Thank you Mark, that is a relief! Not fishing for easy answers, but I havent been able to locate much on google yet. So coming to the point, could I just import the spring integration context into a...
  3. Hi Mark and team , Any suggestions, opinions...

    Hi Mark and team ,
    Any suggestions, opinions about this? Is simply not possible, would love to hear from you guys before we make a decision to drop spring integration and spring batch from our...
  4. Spring Integration and blueprint for OSGI possible?

    Hi Mark and team,
    There has been a decision within our company to move our applications as features/bundles onto FuseESB which uses Apache Karaf as the OSGI engine and use blueprint for the same....
  5. You could do that if you use spring integration...

    You could do that if you use spring integration too in your batch processing. You could use a pollable channel that polls every second in the item reader. Please check out the spring integration...
  6. Replies
    3
    Views
    380

    Other than the database and external resources,...

    Other than the database and external resources, some of the performance bottlenecks could be reading from sources like a flat file or from an unindexed datasource and writing to a file. But then...
  7. Replies
    0
    Views
    206

    Archiving files that are partitioned

    Hi Michael,
    In my batch process implementation, I have a requirement that once files are processed, they need to be archived into different directory. Now this works fine by using a tasklet...
  8. Thanks Mark. Yes, that will do . Eventually I was...

    Thanks Mark. Yes, that will do . Eventually I was hoping to use something like this :
    <file-splitter input-path="" output-path="" naming-scheme="" file-split-number="" file-split-size/>
    where
    1....
  9. Hi Michael, I agree on the other parts within...

    Hi Michael,
    I agree on the other parts within Spring Batch for handling partitioned file and they work just fine. I tested it out and I am happy about the working . My only gripe was about...
  10. Splitting large files into smaller files

    Hi ,
    I am using spring integration along with spring batch for processing batch files. I use spring integration to poll a directory and if a file of a particular name pattern is found, use the...
  11. Hi Michael, Apologies, I had misunderstood...

    Hi Michael,
    Apologies, I had misunderstood the test results. It was actually comparing the remote chunking versus partitioning in which a single file with a master and a single slave was doing...
  12. Hi Michael, I will try out using an...

    Hi Michael,
    I will try out using an ItemWriter (FlatFileItemWriter) if that is ok. But to elaborate on the current itemwriter, it is just an interface which is proxied by spring integration as...
  13. Hi Michael, Please find the configs below: ...

    Hi Michael,
    Please find the configs below:

    applicationContext.Batch.Partition.Jobs.xml


    <beans>
    <import...
  14. Performance not improving with partitioning

    Hi ,
    I have a requirement where we receive huge files to the order or multiple GB and each file processing is considered a single job. The records having been read have to be pushed to a web...
  15. Thank you objectamit! I did some more debugging...

    Thank you objectamit! I did some more debugging and reading through the hornetq docs. Actually the connection resetting should be transparent to the client and hence should have automatically failed...
  16. Does the spring JNDI also support failover?

    Hi ,
    I am using HornetQ as our message broker and create connection over JNDI, my jndi props look like the following:



    jndi.provider.url=jnp://localhost:1099,jnp://localhost:2099...
  17. Replies
    4
    Views
    426

    Hi Traduz, Would be very interested in what...

    Hi Traduz,
    Would be very interested in what you did to solve this issue. Basically I am trying to do the same and I find that the getObject method of the RemoteChunkHandlerFactoryBean is never...
  18. Thank you, Michael for the pointers. I have used...

    Thank you, Michael for the pointers. I have used the the same apis you mentioned. Now I am running into another problem.
    I partitioned my data coming from the JMS queue so that it could be processed...
  19. Spring batch reading from JMS , write to web service

    Hi ,
    I am pretty new to Spring batch and have a scenario that I wanted to run through you guys:
    [Read lines from a file -> validate each line -> push to jms - > ] ->[read object from jms ->...
  20. As always, thanks you for the quick reply!...

    As always, thanks you for the quick reply! However Profiles do not I believe serve the purpose under a dynamic environment. If my understanding is correct, we would use profile to set values for the...
  21. Cloud readiness configuration management

    Hi ,
    Does Spring integration or Spring have any component that manages the configuration mess for a dynamically changing cloud deployment? For eg, I do not want to have a property file pointing...
  22. Replies
    1
    Views
    728

    When is the 1.0 GA version expected?

    Hi ,
    Am evaluating using Spring shell for some internal projects. However, as a policy we only use GA artifacts, so would like to know if you guys have a date for the GA release? The date as per...
  23. Replies
    5
    Views
    4,831

    Sticky: Hi Mark, Some suggestions 1. More JMX based...

    Hi Mark,
    Some suggestions
    1. More JMX based examples
    2. Would be great to have example that integrate with NoSQL datastores like Redis for instance if possible.
    3. Example/documentation on...
  24. Replies
    5
    Views
    726

    Andrie, thanks for sharing the same minus the...

    Andrie, thanks for sharing the same minus the sarcasm (if there was none, please forgive). I did find that post earlier, but as you can see that it is a 6 year old solution. What I wanted to know is...
  25. Replies
    5
    Views
    726

    Thank you, but could you please elaborate? 1....

    Thank you, but could you please elaborate?
    1. Would appreciate if you could provide the link to the forum that has this example.
    2. The context would be static, I agree, but couldnt we refresh the...
Results 1 to 25 of 61
Page 1 of 3 1 2 3