Issue #1750 - edexBridge will now set the QPID persistence flag
Change-Id: I84132466da523b7ce193cdd38adef85c76828a98 Conflicts: rpms/awips2.core/Installer.ldm/component.spec Former-commit-id:d585db3b99
[formerlyd585db3b99
[formerly e95b6ade25a28b440d7283b5d162ff88f3671378]] Former-commit-id:1e3e6e3f28
Former-commit-id:fdf99a56b2
This commit is contained in:
parent
f0918ec8ad
commit
73f078b400
2 changed files with 1 additions and 0 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);
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue