-
Alpha2 0.8.9
The latest version is made available for downloading. This will be the last Alpha version.
Heavily testing is appreciated!
2008-02-24 07:46:38 UTC by linuxprofi
-
SSL/TSL Support
Since version 4.3.0 Qt supports SSL directly through QSslSocket. This makes it easier for us to include SSL in Open-MQ and we decided to postpone the first official version of Open-MQ to end of November this year and implement SSL. The upcoming beta release in a few days supports full Database support for queue types. Also the Windows version will be made available for testing.
2007-09-07 12:27:48 UTC by linuxprofi
-
Alpha1 0.8.4
The alpha1 is the first version which implemented server to server connections via sender/receiver channels.
2007-05-15 22:07:57 UTC by linuxprofi
-
Pre-alpha3 0.7.8
New bugfix release available.
2007-03-17 16:33:04 UTC by linuxprofi
-
omqd crash after loading omqsecexit.so
There exists a char length bug in omqchin.cpp OMQChin::checkClient. This did not occure if you did not run "make install" and thus the secexit wasn't found nor on Solaris systems. You have two choices for passing:
1) remove /omq/var/exits/libsecexit.so (disable)
2) change exit_ip length in qstrncpy to match the value set in the declaration (OMQ_LENGTH_OBJ_NAME)
2007-03-07 16:23:09 UTC by linuxprofi