Merge "Issue #1750 - edexBridge will now set the QPID persistence flag" into development

Former-commit-id: a077fe35b5 [formerly a44ee67d00] [formerly a077fe35b5 [formerly a44ee67d00] [formerly 993f4ff2bd [formerly 8a29ff0890d07e02623e67dacd08d506c7c85d3a]]]
Former-commit-id: 993f4ff2bd
Former-commit-id: 4cd4aae773 [formerly 11afc055c5]
Former-commit-id: af26a571ad
This commit is contained in:
Richard Peter 2013-03-05 12:10:31 -06:00 committed by Gerrit Code Review
commit 2e440ec073
3 changed files with 2 additions and 1 deletions

View file

@ -90,6 +90,7 @@ public:
gettimeofday(&tv, NULL);
long long current = (((long long) tv.tv_sec) * 1000000
+ ((long long) tv.tv_usec)) / 1000;
message.getDeliveryProperties().setDeliveryMode(PERSISTENT);
message.setData(fileLocation);
message.getHeaders().setString("header", fileHeader);
message.getHeaders().setInt64("enqueueTime", current);

View file

@ -5,7 +5,7 @@
Name: awips2-ldm
Summary: AWIPS II LDM Distribution
Version: 6.8.1
Release: 30
Release: 31
Group: AWIPSII
BuildRoot: /tmp
URL: N/A