I'm using spring integration with activemq. I don't want my messages to be persistent. I've figured out how to do this at the broker level (broker.setPersistent(false)) but I can't figure out how to...
Type: Posts; User: samp; Keyword(s):
I'm using spring integration with activemq. I don't want my messages to be persistent. I've figured out how to do this at the broker level (broker.setPersistent(false)) but I can't figure out how to...
Hey Mark,
I'm working with Adam on this problem. I prototyped the code using the "scoped-proxy" flag on our component-scan tag. Unfortunately, the scopedProxy never gets created. I'm pretty sure...
I added a finally clause to the main method of each of my applications to close the context... that seemed to do the trick. I really liked the idea of the shutdown hook, since I had multiple...
I've just integrated sprint integration into a local java app... I have all the beans pulled into a separate xml file. If I include that xml in springs startup, the java process never stops. If I...