/[projects]/dao/DaoMqPump2/DaoMqPump2/Transport.cs
ViewVC logotype

Log of /dao/DaoMqPump2/DaoMqPump2/Transport.cs

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 2088 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 14:16:14 2013 UTC (10 years, 6 months ago) by torben
File length: 21645 byte(s)
Diff to previous 2087 , to selected 2083
Add function for sending mail

Revision 2087 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 09:47:46 2013 UTC (10 years, 6 months ago) by torben
File length: 21044 byte(s)
Diff to previous 2086 , to selected 2083
Correct log message

Revision 2086 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 09:46:11 2013 UTC (10 years, 6 months ago) by torben
File length: 21042 byte(s)
Diff to previous 2085 , to selected 2083
1) salt 2 header check should start with a length validation
2) if any of the integer checks fails, write to log

Revision 2085 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 27 09:26:12 2013 UTC (10 years, 6 months ago) by torben
File length: 20481 byte(s)
Diff to previous 2084 , to selected 2083
timestamp should be parsed to a long(64 bit) instead of int(32 bit)

Revision 2084 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 19:22:50 2013 UTC (10 years, 6 months ago) by torben
File length: 20427 byte(s)
Diff to previous 2083
discardedlog should also contain date and time for transaction

Revision 2083 - (view) (download) (annotate) - [selected]
Modified Tue Nov 26 19:20:45 2013 UTC (10 years, 6 months ago) by torben
File length: 20404 byte(s)
Diff to previous 2062
experiment - validate incomming salt2 transactions

Revision 2062 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 29 07:54:49 2013 UTC (10 years, 9 months ago) by torben
File length: 18382 byte(s)
Diff to previous 2060 , to selected 2083
1) Add timing to --debug launch
2) Don't write every message to console - it slows down the process a lot

Revision 2060 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 28 07:08:48 2013 UTC (10 years, 9 months ago) by torben
File length: 18380 byte(s)
Diff to previous 2058 , to selected 2083
Remove old/deprecated comment

Revision 2058 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 28 06:45:20 2013 UTC (10 years, 9 months ago) by torben
File length: 18419 byte(s)
Diff to previous 2057 , to selected 2083
Add a support for discarding transactions and writing those to a seperate log + use a counter for keeping track of how many were discarded in current session/instance

Revision 2057 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 27 06:49:36 2013 UTC (10 years, 9 months ago) by torben
File length: 17372 byte(s)
Diff to previous 2056 , to selected 2083
Use a file per week instead of file per month

Revision 2056 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 27 06:33:28 2013 UTC (10 years, 9 months ago) by torben
File length: 17059 byte(s)
Diff to previous 2055 , to selected 2083
I don't need to append \n when using WriteLine

Revision 2055 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 27 06:28:44 2013 UTC (10 years, 9 months ago) by torben
File length: 17073 byte(s)
Diff to previous 2051 , to selected 2083
Backout from MQ Transaction on exception

Revision 2051 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 23 20:03:47 2013 UTC (10 years, 9 months ago) by torben
File length: 16521 byte(s)
Diff to previous 2050 , to selected 2083
Websphere v6 mq objects does NOT implement idisposable and can not be used with "using" statement.
Set Max Pool Size=20 to avoid hogging all connections

Revision 2050 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 23 17:07:25 2013 UTC (10 years, 9 months ago) by torben
File length: 14174 byte(s)
Diff to previous 2048 , to selected 2083
also dump stacktrace to CLI / console

Revision 2048 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 23 07:44:00 2013 UTC (10 years, 9 months ago) by torben
File length: 14074 byte(s)
Diff to previous 2047 , to selected 2083
Also log exception type on error

Revision 2047 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 07:21:59 2013 UTC (10 years, 9 months ago) by torben
File length: 13938 byte(s)
Diff to previous 2011 , to selected 2083
MySQL max pool size is 10 connections

Revision 2011 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 20:20:21 2013 UTC (10 years, 10 months ago) by torben
File length: 13882 byte(s)
Diff to previous 2010 , to selected 2083
Switch to using() statements to ensure proper resource cleanup

Revision 2010 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 18:28:31 2013 UTC (10 years, 10 months ago) by torben
File length: 13896 byte(s)
Diff to previous 2003 , to selected 2083
Use 2 connections in parallel: one for reading and the other for writing

Revision 2003 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 8 14:49:31 2013 UTC (10 years, 10 months ago) by torben
File length: 13696 byte(s)
Diff to previous 2001 , to selected 2083
Correct log file name

Revision 2001 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 8 14:28:01 2013 UTC (10 years, 10 months ago) by torben
File length: 13716 byte(s)
Diff to previous 1999 , to selected 2083
use statusData.transportEnabled instead of enabled

Revision 1999 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 8 14:22:33 2013 UTC (10 years, 10 months ago) by torben
File length: 13649 byte(s)
Diff to previous 1986 , to selected 2083
Use one StatusData struct to transfer data
Introduce EventLog file
Add lastTransferTime to status data

Revision 1986 - (view) (download) (annotate) - [select for diffs]
Added Wed Jul 3 07:56:52 2013 UTC (10 years, 11 months ago) by torben
File length: 11615 byte(s)
Diff to selected 2083
Add files

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.20