Okay so it was a quick fix.
Instead of using systemProperty I changed it to systemEnvironment and everything is working as expected.
Thanks for your help, much appreciated.
Here is my...
Type: Posts; User: DeliveryNinja; Keyword(s):
Okay so it was a quick fix.
Instead of using systemProperty I changed it to systemEnvironment and everything is working as expected.
Thanks for your help, much appreciated.
Here is my...
This doesn't work as the SPEL doesn't seem to get a handle on the windows environment variables such as CONFIG_SERVICE , JAVA_HOME or Path. I've tried it programmatically and using annotations. It...
I have a remote service which manages all the properties files for all my Java applications, now this service has 3 instances, one for each of our environments, Development, Beta and Live.
I want...
Fantastic, much appreciated.
Hi,
I'm using SI and SI-AMQP to send message to Rabbit MQ over SI Message Channels. So in my MessageProducer class I will get a handle on a spring integration MessageChannel and use this to send...
Thanks for the quick reply.
We have an infrastructure project which has our messaging configuration which has been abstracted away from our message enabled projects. All the message enabled...
Hi,
I've just moved my project from spring integration 2.0.4.RELEASE to 2.1.2.RELEASE (also tried 2.1.3.RELEASE) and I'm having problems retrieving beans nested inside of a chain.
...
I cannot get it to work either. I can view insight when I start my application server but I cannot see any applications. No insight section in 2.5.1 but I can see it on 2.3.1 when looking at the...
Thanks for the quick replies. I'll put a fix in shortly because I wasn't aware that it had been renamed. I guess that's the pit falls of following the 1.0.3 documentation. If there are any other...
Hi,
I've been using the spring integration for building a logging system.
I have a jms-outbound-channel-adapter which takes a message converter and converts a domain object to a MapMessage...