Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-11-11bug[ats_ATS104443]: Prevent bad xml characters from being unmarshalledjmisinco1-1/+3
Change-Id: I938978336f624ace86ada7d87b7263f4659f836f
2014-08-28refinement: Improve ActiveMQ unmarshall exceptiondonald.g.dunne1-2/+3
Change-Id: If76ee111912ab8d7513327a901d262b479af519a
2014-03-05feature[ats_ATS27250]: Remove unnecessary JMS codeAndrew M. Finkbeiner8-565/+0
2013-12-17refactor: Remove all invalid SuppressWarnings usesdonald.g.dunne1-7/+4
Change-Id: I4b233813d121fc2c0b5af57e02b6961ff43e66ef
2013-10-22refactor: Move OseeCoreException to jdk.coreRyan D. Brooks16-23/+16
Change-Id: I2f06ddbf1795a14fed50d92bc0dc5003a135d3e8
2013-10-22refactor: Move identity classes to jdk.coreRyan D. Brooks1-1/+1
Change-Id: I55087dcce71407124c8a410ba1486639baa7e592
2013-02-16feature[ats_310X3]: Run AddDistributionStatement ruledonald.g.dunne2-5/+19
Change-Id: I0f8e8276f6b1c28ea6e244e5725cae65bd022a5a
2013-02-14feature[ats_XNVXB]: Make sure request goes out to servers on start.Andy Jury1-8/+3
Change-Id: I9aa94a4694b8f11f35c2a7d918de693c23b4f3b9
2012-11-08feature[ats_TL5SF]: Add messaging tests to mavenRoberto E. Escobar5-34/+33
Change-Id: Ia003ead25b8b1a0799bf7d154c3d5f6ba0871c50
2012-08-15feature[ats_BP3TW]: Add debug commandsAndrew M Finkbeiner5-3/+243
2012-08-07feature[ats_VN3JK]: Fix unsubscribe equals logicAndrew M Finkbeiner1-3/+3
2012-07-12refinement: Update file author and javadocddunne1-2/+4
2012-05-26feature[ats_19NDL]: Add async connection nodeAndrew M Finkbeiner1-0/+514
2012-04-13feature[ats_VGR8B]: Convert framework messaging to DSRoberto E. Escobar10-209/+184
2012-04-23bug[ats_094MT]: Update connection node state so that a restart can work.Andrew M Finkbeiner1-4/+4
2012-04-21refinement: Improve OTE server connection logic performanceAndrew M Finkbeiner1-0/+1
2012-04-05feature: OseeVersion into OseeExceptions.wrapAndThrow()kwilk1-2/+0
2011-08-29feature[ats_B95CV]: Message receives now multithreadedMike Masterson2-11/+42
There was a deadlock issue when subscribing to a message inside the same session as a receive. By multithreading the receive, this issue goes away.
2011-08-26feature[ats_B95CV]: Fill in headers when notifying message listenersMike Masterson1-0/+11
The ActiveMQ wrapper class that handles listener notification was not filling in the header map. This is now filled in by reading in the internal properties from the message being processed and providing them in a map argument.
2011-08-08refactor[bgz_354193]: Remove unused exception declarationsShawn F. Cook1-2/+1
2011-08-02refactor: Replace OseeLog.log() calls that use String.format with OseeLog.logfRyan D. Brooks5-29/+27
2010-09-14refactor: Directly support String.format in OseeCoreException constructorsrbrooks1-1/+1
2010-09-16refactor: Utilize utility method OseeExceptions.wrapAndThrow instead of ↵rbrooks2-11/+6
in-place code
2010-09-12bug: Update JMS service notification to have an additional function to test ↵Andrew Finkbeiner2-3/+17
if the service is really gone This makes test servers and test manager able to tolerate the JMS broker going down without causing disconnects or improper removal of running test servers from the host page and other test connection guis.
2010-09-10bug: Remove producer creation during pingAndrew Finkbeiner1-1/+2
2010-08-31remove unused Javadoc stubsrbrooks2-7/+0
2010-08-29remove unused Javadoc stubsrbrooks4-25/+0
2010-08-29Eclipse source cleanup and formatrbrooks2-6/+2
2010-08-23Updated to use OseeProperties classrescobar1-1/+3
2010-08-06(no commit message)afinkbein2-4/+8
2010-08-02(no commit message)afinkbein1-1/+0
2010-08-02(no commit message)afinkbein1-1/+1
2010-08-02(no commit message)afinkbein1-1/+1
2010-07-27Updated osee.broker system propertyrescobar1-1/+1
2010-07-24applied Eclipse source cleanuprbrooks51-824/+867
2010-07-24converted all line terminators to unix stylerbrooks42-2294/+2294
2010-07-18add distribution statement to files that are missing itrbrooks43-210/+425
2010-07-13Added ConnectionNode functions for using default status callback handlers. mmasterso4-23/+132
2010-06-28cleaned up some messaging interfacesafinkbein4-40/+21
2010-06-24(no commit message)afinkbein1-0/+8
2010-06-11cleaned up some shutdown codeafinkbein4-11/+39
2010-05-19collection.isEmpty()ddunne1-1/+1
2010-05-13removed superfluous auto-generated commentsrbrooks1-10/+0
2010-05-11corrected format of @author tagsrbrooks43-43/+43
2010-04-29(no commit message)afinkbein1-2/+2
2010-04-17(no commit message)afinkbein1-0/+1
2010-04-05Changes to support using selectors for message filteringafinkbein4-99/+144
2010-04-05(no commit message)kaguilar1-2/+0
2010-03-31(no commit message)afinkbein5-11/+79
2010-03-30(no commit message)afinkbein1-6/+24

Back to the top