Merge "Issue #1750 - edexBridge will now set the QPID persistence flag" into development
Former-commit-id:a077fe35b5
[formerlya44ee67d00
] [formerlya077fe35b5
[formerlya44ee67d00
] [formerly993f4ff2bd
[formerly 8a29ff0890d07e02623e67dacd08d506c7c85d3a]]] Former-commit-id:993f4ff2bd
Former-commit-id:4cd4aae773
[formerly11afc055c5
] Former-commit-id:af26a571ad
This commit is contained in:
commit
2e440ec073
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