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...
Type: Posts; User: anoop2811; Keyword(s):
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...
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...
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...
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....
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...
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...
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...
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....
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...
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...
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...
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...
Hi Michael,
Please find the configs below:
applicationContext.Batch.Partition.Jobs.xml
<beans>
<import...
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...
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...
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...
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...
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...
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 ->...
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...
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...
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...
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...
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...
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...