Author |
Message
|
solomon_13000 |
Posted: Mon Jun 23, 2008 9:28 pm Post subject: TDE & MQSeries |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
From my understanding TDE leverages on MQSeries to perform file transfer. For example, Requesting application put a request messages on the file transfer queue (POP) and the message will travel to the broker. The broker will process the message and intitiate the TDE sender (source) and receiver (destination). If the file transfer request is successful an acknowledgement message containing FTFid will be returned to the request application response queue. Simultaneously the file transfer will be initiated between the sender and receiver via MQ channel. Once the file transfer is successful a notification message will be sent to the notification queue.
Does it mean that the broker holds information about the sender (source) and receiver (destination)?.
Regards. |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Jun 23, 2008 11:57 pm Post subject: Re: TDE & MQSeries |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
solomon_13000 wrote: |
Does it mean that the broker holds information about the sender (source) and receiver (destination)?.
|
Broker never holds any of the information, it helps you to transform the data which picks from the source queue (input queue) and pushs the output data to destination queue (Output queue) _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
solomon_13000 |
Posted: Tue Jun 24, 2008 12:38 am Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
But the broker can be linked to a database server right and the database server holds information such as which transmission queue, channel and so on? |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Jun 24, 2008 12:41 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
yes, that you can do.
Broker can connect to database and fetch/update/select the datas accordingly.
and it never holds the information, and it is always in the active flow state.
so the data will be transformed quickly.
if you want the broker flow to hold data for transformation of message, it can be done on the fly. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Jun 24, 2008 12:43 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
solomon_13000 wrote: |
But the broker can be linked to a database server right and the database server holds information such as which transmission queue, channel and so on? |
Which database are you talking about here.
are you talking about broker databases? if so whats this requirement _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
solomon_13000 |
Posted: Tue Jun 24, 2008 12:47 am Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
so using the information in the database the broker will initiate the TDE sender (source) and TDE receiver (destination)? The database holds info about the name of the Queue Manager and so on.
Last edited by solomon_13000 on Tue Jun 24, 2008 12:53 am; edited 1 time in total |
|
Back to top |
|
 |
Gaya3 |
Posted: Tue Jun 24, 2008 12:52 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
solomon_13000 wrote: |
so using the information in the database the broker will initiate the TDE sender (source) and TDE receiver (destination)? |
i guess you are talking about your business requirements to me. I am sure about this.
Please post clearly, atleast make other understandable.its pretty vague.
Broker is not even bothered about your TDE Sender/ TDE Receiver. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
|