Author |
Message
|
Feysn |
Posted: Wed Sep 06, 2006 5:16 am Post subject: |
|
|
Apprentice
Joined: 04 Jun 2004 Posts: 33 Location: Wilrijk
|
EAI Developer.
We've created a enhanced getnode for this purpose. It is possible to givein an interval when the reading starts and then to process all the message until the RC 2033 is returned. We use it for accounting purposes of the accounting messages from the broker. Let me know if this would be a solution. |
|
Back to top |
|
 |
Ratan |
Posted: Wed Sep 06, 2006 4:07 pm Post subject: |
|
|
 Grand Master
Joined: 18 Jul 2002 Posts: 1245
|
Or
Just hold all the msgs in a holding Q for a week. Have a script to move all the msgs from Holding Q to MB Input Q on a weekly basis. _________________ -Ratan |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 06, 2006 4:49 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Ratan wrote: |
Or
Just hold all the msgs in a holding Q for a week. Have a script to move all the msgs from Holding Q to MB Input Q on a weekly basis. |
Or just leave them in a persistent datastore, that is the database.
MQ is not a database! _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EAI Developer |
Posted: Wed Sep 06, 2006 8:19 pm Post subject: |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Hi Jeff,
right now i am checking with configuring JDBC adapter ,so that i can decide when it should starts polling and when it should stop.
If there is no luck i will go with storing all the msgs in database or temperory queue,so that i have to write a process definition which will put the whole msgs from database/temp queue to my input queue once in a week.
thnx for the inputs guys,
EAI Developer. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 07, 2006 2:15 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Just don't start the adapter unless you want it to send data. And then stop it when it's done. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
EAI Developer |
Posted: Thu Sep 07, 2006 4:16 am Post subject: |
|
|
 Centurion
Joined: 30 Nov 2005 Posts: 101 Location: US
|
Hi Jeff,
Is there any settings in the JDBC adapter configuration to acheive wot u r saying.I tried with starttime and endtime options in the configuration,By using that i can restrict the adapter on which time it should start and on which time should end .Those options will take HH:MM .So how can acheive that with this options OR is there any other way to do this.
Thnx,
EAI Developer. |
|
Back to top |
|
 |
|