ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Batch Processing

Post new topic  Reply to topic
 Batch Processing « View previous topic :: View next topic » 
Author Message
ShaileshBajaj
PostPosted: Mon Nov 06, 2006 9:23 pm    Post subject: Batch Processing Reply with quote

Newbie

Joined: 04 Jul 2006
Posts: 6

Env.: WBI 6
We need to send message at certain period/intervals.
Basically we have to read all the DB records not sent and create new messages , post them and update the sent flag.
Basically my queries were
1) Can I use a timeout control and notification nodes to achieve this.
2) How do I read through all the DB records in ESQL.

TIA
Back to top
View user's profile Send private message Yahoo Messenger
Edde
PostPosted: Tue Nov 07, 2006 12:33 am    Post subject: Re: Batch Processing Reply with quote

Acolyte

Joined: 01 Oct 2006
Posts: 67
Location: Moscow, Russia

1) Yes.
2) Use SELECT statement that returns multiple database records, e.g.
Code:
SET Environment.Variables.Customer[] =
   SELECT * FROM Database.Customers AS CT
            WHERE CT.Sent = 'N';
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Batch Processing
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.