Added support for caching reply consumers when reply queue is Temporary Queue Added support for reuse of temporary Reply queues in the JmsOutboundGateway Added check in ChannelPublishingJmsMessageListener to catch IllegalAccessExceptions when Session is closed INT-2683 first round of PR coomments INT-2683 polish INT-2683 polishing code restructuring, other optimizations INT-2683 modified 'messageCorrelationId' generation logic to be the object identity of the jmsReques as its 3-4 times fatster then String.valueOf(System.currentTimeMillis() + - String.valueOf(System.nanoTime()) INT-2683 polished JOG to ensure that it properly manages the correlation id when used in the pipeline added various combinations of pipeline tests INT-2683 added copyrights to tests INT-2683 polishing INT-2683 polishing INT-2683 added more pipeline tests INT-2683 added more tests INT-2683 polishing test INT-2683 Polishing INT-2683 More Pipeline Tests INT-2683 Don't Propagate CorrelationID Message correlation is internal to the JOG. Cannot propagate an existing correlation id because some downstream JOG may end up correlating (selecting) on the same key. INT-2683 Polishing Fix whitespace - replace spaces with tabs. INT-2683 polishing reverted 2.1 schema back to its master state, fixed the typo in the test
12 lines
438 B
Properties
12 lines
438 B
Properties
log4j.rootCategory=ERROR, stdout
|
|
|
|
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
|
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
|
log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %5p %t %c{2}:%L - %m%n
|
|
|
|
|
|
log4j.category.org.springframework=ERROR
|
|
#log4j.category.org.springframework.integration.jms=DEBUG
|
|
# log4j.category.org.springframework.integration.jdbc=DEBUG
|
|
log4j.category.org.springframework.jms=ERROR
|