ymlam
428ac6bfe7
Remove unnecessary comment
4 年之前
ymlam
37d2438ea5
Fixed <segment> tag placed in wrong part of XML
4 年之前
ymlam
4c882c8134
Add capability to return SUCCESS count and SMS specific segment count
in broadcast status message from CommEngine to portal.
4 年之前
yiu
ef790ea726
moved repo to repo.link2tek.net/snake/maven_repo
4 年之前
yiu
629bebbab8
[maven-release-plugin] prepare for next development iteration
4 年之前
yiu
6deef3e1b6
[maven-release-plugin] prepare release 1.0.4
4 年之前
Yuk-Ming Lam
7dd28add82
Logging change.
4 年之前
Yuk-Ming Lam
3d0b89a5bf
Purging stale broadcasts moved to getStatus
rather than periodically on schedule. This change has
no impact on user experience, and has improved logic,
and slight improvement in performance.
Also made all changes to the broadcasts structure under
synchronized control.
4 年之前
Yuk-Ming Lam
a5152269a6
Ability to allow Broadcast descendent classes to access properties.
The common portion of the CommEngine properties file, are made
available to Broadcasts.
4 年之前
yiu
2fab227d3d
[maven-release-plugin] prepare for next development iteration
4 年之前
yiu
fec020b5bf
[maven-release-plugin] prepare release 1.0.3
4 年之前
Yuk-Ming Lam
6c29b820ae
Improved logging.
4 年之前
Yuk-Ming Lam
c1615f0f4f
Merge branch 'master' of https://git.link2tek.net/ymlam/CommEngine
4 年之前
Yuk-Ming Lam
25deaade44
Memory leak, user display improvement.
Broadcast state ALLDONE added to mark the event of completing postback,
and when all threads are to be terminated.
CommEngine report of a broadcast adds service times,
and number of transactions.
4 年之前
yiu
0ac1654296
[maven-release-plugin] prepare for next development iteration
4 年之前
yiu
9d5ea5890a
[maven-release-plugin] prepare release 1.0.2
4 年之前
Yuk-Ming Lam
4e0b471b8f
Unified getServiceThreadPoolSize and getPostbackSenderPoolSize.
4 年之前
Yuk-Ming Lam
d9513d2486
Discourage use of getServiceThreadPoolSize method.
Broadcasts should determine their own service thread pool size.
4 年之前
Yuk-Ming Lam
4fbbfc0ef0
Let Broadcast class to generate HTTP response to pause, and resume.
4 年之前
Yuk-Ming Lam
2cf2164548
Fix bug that service thread may get stuck on cancel.
This would lead to memory leak when SMSEngine is shutdown.
4 年之前
Yuk-Ming Lam
f70c901424
Fixed bugs with 'resume', 'cancel', 'pause', etc.
4 年之前
Yuk-Ming Lam
0b260d7e58
Code cleanup.
4 年之前
Yuk-Ming Lam
7296a77eac
Fixed bug in job managements and broadcast status
4 年之前
Yuk-Ming Lam
0b5c1548af
Fix bug of failing to requeue on 0 requeue delay.
4 年之前
Yuk-Ming Lam
f085828d98
Added 'SPAM' JobSttus to support NumberWhole
returning 422 HTTP status to indicate message is spammed.
4 年之前
Yuk-Ming Lam
0da88a02c7
Add support for SMS provider property 'service_threadpool_size'.
4 年之前
yiu
15ab1a3807
[maven-release-plugin] prepare for next development iteration
5 年之前
yiu
fb00d8e67c
[maven-release-plugin] prepare release 1.0.1
5 年之前
Yuk-Ming Lam
27cf553ffd
Added job statuses in support of SMS provider NumberWholesale.
5 年之前
yiu
9daa8a6868
[maven-release-plugin] prepare for next development iteration
5 年之前
yiu
647e8e7c93
[maven-release-plugin] prepare release 1.0.0
5 年之前
yiu
5585d53ff4
updated scm url
5 年之前
yiu
9d13def881
[maven-release-plugin] rollback the release of 1.0.0
5 年之前
yiu
1d1fd543a0
[maven-release-plugin] prepare release 1.0.0
5 年之前
yiu
9f662e2a51
changed version to 1.0.0-SNAPSHOT
5 年之前
Yuk-Ming Lam
365ded0a9f
Merge branch 'master' of https://git.link2tek.net/ymlam/CommEngine
5 年之前
Yuk-Ming Lam
d48b6706af
Remain with log4j version 1.xxx
5 年之前
yiu
455f3778f8
Revert back to log4j-1 from log4j-2
log4j-2 causes problems because
1. WE use Configurator to configure from a properties file.
2. Other dependency uses log4j-1, improper to mix versions.
Symptoms include
. No logging
. Failure to load Logger class.
5 年之前
Yuk-Ming Lam
3094d68f20
Relax visibility to public.
5 年之前
Yuk-Ming Lam
e18873052d
Change visibility of myLogger from private to protected
5 年之前
yiu
df842b9869
Merge branch 'master' of dev1.link2tek.net:/home/alerttekdev/git_hub/CommEngine
5 年之前
yiu
b30c71b555
Advance to log4j-2.13.3 in order to be compatible with java-11.
5 年之前
Yuk-Ming Lam
e6e2ec8ed8
Fix bug of not setting the changeStateTime when transitioning to RUNNING
state.
5 年之前
yiu
2d865fd001
switch to jdk 11
5 年之前
Yuk-Ming Lam
21ddd94743
Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 538dede739 .
5 年之前
ymlam
538dede739
[maven-release-plugin] prepare for next development iteration
6 年之前
ymlam
c497efe7de
[maven-release-plugin] prepare release CommEngine-0.0.3
6 年之前
ymlam
56002b3bee
Pause and resume
6 年之前
ymlam
bcda96477c
Merge branch 'maven' into postback_reorg
6 年之前
ymlam
cc1a5c174e
Fix bug in not properly destroying service and postback threads.
Also fix bug of not doing CANCEL properly.
6 年之前