Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33322291
D4168.1768849983.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
701 B
Referenced Files
None
Subscribers
None
D4168.1768849983.diff
View Options
diff --git a/services/tunnelbroker/src/Amqp/AmqpManager.cpp b/services/tunnelbroker/src/Amqp/AmqpManager.cpp
--- a/services/tunnelbroker/src/Amqp/AmqpManager.cpp
+++ b/services/tunnelbroker/src/Amqp/AmqpManager.cpp
@@ -40,8 +40,8 @@
});
AMQP::Table arguments;
- arguments["x-message-ttl"] = std::to_string(AMQP_MESSAGE_TTL);
- arguments["x-expires"] = std::to_string(AMQP_QUEUE_TTL);
+ arguments["x-message-ttl"] = AMQP_MESSAGE_TTL;
+ arguments["x-expires"] = AMQP_QUEUE_TTL;
this->amqpChannel->declareExchange(fanoutExchangeName, AMQP::fanout);
this->amqpChannel->declareQueue(tunnelbrokerID, AMQP::durable, arguments)
.onSuccess([this, tunnelbrokerID, fanoutExchangeName](
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 7:13 PM (9 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5957809
Default Alt Text
D4168.1768849983.diff (701 B)
Attached To
Mode
D4168: [services] Tunnelbroker - Fix arguments table format for new amqp queue
Attached
Detach File
Event Timeline
Log In to Comment