Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
servicemix-file-2008.01, servicemix-file-2009.01
-
None
-
sargis@sargis:~> java -version
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Server VM (build 14.1-b02, mixed mode)sargis@sargis:~> uname -a
Linux sargis 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686 i686 i386 GNU/Linuxsargis@sargis:~> cat /etc/SuSE-release
openSUSE 11.1 (i586)
VERSION = 11.1
sargis@sargis:~>sargis@sargis:~> java -version java version "1.6.0_15" Java(TM) SE Runtime Environment (build 1.6.0_15-b03) Java HotSpot(TM) Server VM (build 14.1-b02, mixed mode) sargis@sargis:~> uname -a Linux sargis 2.6.27.29-0.1-pae #1 SMP 2009-08-15 17:53:59 +0200 i686 i686 i386 GNU/Linux sargis@sargis:~> cat /etc/SuSE-release openSUSE 11.1 (i586) VERSION = 11.1 sargis@sargis:~>
-
Patch Available
Description
I have following situation, with DB trigger I am creating files with name: <some name><systemtimestamp.xml>. I am polling this files and putting in JMS queue, but I need to put in ordered way(when files created) to have consistence document processing. Its nice to have possibility to tell PollingComponent how to order list before starting processing them(can be file name, file creation date and etc).