Issue #1750 - edexBridge will now set the QPID persistence flag
Change-Id: I84132466da523b7ce193cdd38adef85c76828a98 Former-commit-id: d466b647d0d810418a88c875f39e55d98d680aa1
This commit is contained in:
parent
de7f387248
commit
3a8efd5edf
3 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue