Issue #1750 - edexBridge will now set the QPID persistence flag

Change-Id: I84132466da523b7ce193cdd38adef85c76828a98

Conflicts:

	rpms/awips2.core/Installer.ldm/component.spec


Former-commit-id: 1e3e6e3f28 [formerly e95b6ade25a28b440d7283b5d162ff88f3671378]
Former-commit-id: d585db3b99
This commit is contained in:
Bryan Kowal 2013-03-04 17:58:04 -06:00 committed by Steve Harris
parent 3487a41532
commit 6f8ef422c8
2 changed files with 1 additions and 0 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);