Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
f-interop-contributors
utils
Commits
c1b45370
Commit
c1b45370
authored
Nov 28, 2017
by
Federico Sismondi
Browse files
minimal changes
parent
7ca44404
Changes
2
Hide whitespace changes
Inline
Side-by-side
amqp_synch_call.py
View file @
c1b45370
...
...
@@ -56,13 +56,11 @@ def amqp_request(connection, request_message, component_id):
channel
=
None
try
:
channel
=
connection
.
channel
()
response
=
None
reply_queue_name
=
'amqp_rpc_%s@%s'
%
(
str
(
uuid
.
uuid4
())[:
8
],
component_id
)
channel
=
connection
.
channel
()
result
=
channel
.
queue_declare
(
queue
=
reply_queue_name
,
auto_delete
=
True
)
callback_queue
=
result
.
method
.
queue
# bind and listen to reply_to topic
...
...
messages_doc.py
View file @
c1b45370
...
...
@@ -7,7 +7,7 @@ from messages import *
gitlab_url
=
'https://gitlab.f-interop.eu/f-interop-contributors/utils/blob/master/messages.py'
doc_parser
=
'https://gitlab.f-interop.eu/f-interop-contributors/utils/blob/master/messages_doc.py'
header
=
"""
CORE API Events
header
=
"""
Events (core API)
This section describes the format of the messages used in F-Interop.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment