diff --git a/ldm/src/pqact/pqact.c b/ldm/src/pqact/pqact.c index 3936f07e69..3b0378bd5d 100644 --- a/ldm/src/pqact/pqact.c +++ b/ldm/src/pqact/pqact.c @@ -6,6 +6,9 @@ /* * ldm server mainline program module + * + * Updated on: Aug 05, 2014 (Omaha #3458: Increased edexBridge queue size to 10000) + * Author: rjpeter */ #include @@ -251,7 +254,7 @@ main(int ac, char *av[]) prod_class_t clss; int toffset = TOFFSET_NONE; int loggingToStdErr = 0; - unsigned queue_size = 5000; + unsigned queue_size = 10000; conffilename = DEFAULT_CONFFILENAME; diff --git a/nativeLib/edexBridge/edexBridge.cpp b/nativeLib/edexBridge/edexBridge.cpp index 37c6c97036..3c79ca5af2 100644 --- a/nativeLib/edexBridge/edexBridge.cpp +++ b/nativeLib/edexBridge/edexBridge.cpp @@ -7,6 +7,8 @@ * Author: bkowal * Updated on: May 06, 2014 (Issue #3102: Updated to call cleanup if connect failed. Limit number of messages to be sent to QPID on a single send call) * Author: rjpeter + * Updated on: Aug 05, 2014 (Omaha #3458: Added logging of error when issue occurs on send) + * Author: rjpeter */ #include @@ -116,6 +118,7 @@ public: } } catch (const std::exception& error) { // Error occurred during communication. Clean up the connection and return the number of messages processed. + uerror(error.what()); cleanup(); } diff --git a/rpms/awips2.core/Installer.ldm/component.spec b/rpms/awips2.core/Installer.ldm/component.spec index eb03ba7547..8c039fad9e 100644 --- a/rpms/awips2.core/Installer.ldm/component.spec +++ b/rpms/awips2.core/Installer.ldm/component.spec @@ -9,7 +9,7 @@ Name: awips2-ldm Summary: AWIPS II LDM Distribution Version: %{_ldm_version} -Release: 13 +Release: 14 Group: AWIPSII BuildRoot: /tmp BuildArch: noarch