Difference between revisions of "Data Transfer Common Messaging"

From Gcube Wiki
Jump to: navigation, search
(Common Messaging Interface)
(Common Messaging)
Line 2: Line 2:
  
 
<br>
 
<br>
== Common Messaging ==
+
 
<br>
+
 
The Common Messaging Interface has been implemented so that messaging can be integrated from other Components such as scheduler and agent service.
 
The Common Messaging Interface has been implemented so that messaging can be integrated from other Components such as scheduler and agent service.
 +
<br>
 +
== Common Messaging ==
 
<br>
 
<br>
 
=== Messages ===
 
=== Messages ===

Revision as of 17:29, 18 March 2013

Common Messaging Interface


The Common Messaging Interface has been implemented so that messaging can be integrated from other Components such as scheduler and agent service.

Common Messaging


Messages


  • TransferRequestMessage:

This message holds information about the transfer details that usually scheduler sends to agent service. Information provided can be input uri's, destination folder, transfer options etc.

  • TransferResponseMessage:

On the other side the transfer response message holds details about the submitted transfer. The transfer response message will be sent until the transfer has been completed (whatever that status be) and the receiver is able to see the bytes that have been transferred the status etc.

Scenario