Sending data to targer one message at a time

Hi
I have a file -> http scenario.
in the file there is customer data with multiple customer records.
I have to send these customers to the HTTP client one cust at a time. how can i do this and what can be the mapping cardinality.
and how will the bpm look like
thanks
nikhil

HI Jai,
I checked the sxmb_moni the HTTP message is in there. but there is no message from the IP going out .
I even checked the sxmb_moni_bpe . in there the last work item mentioned is block. it seems to me that the send step inside the block was not processed.
i was getting a problem and that was while assigning the current line in the block step the container created at the process level was not getting accepted. so i had to creat the container at the block level. and the same i assigned to the send step to .
if you can figure out something then please do let me know
Thanks
Nikhil

Similar Messages

  • HT5361 I want to permanently remove years old emails from my IMac Mountain Lion system.  How can I do this by year instead of laboriously doing it one message at a time?

    I want to permanently remove years old emails from my IMac Mountain Lion system.  How can I do so by year rather than slowly removing one message at a time?  Many thanks.

    Another option is to create a smart mailbox that includes emails with date received before a desired date.
    Then, select one message in the Smart Mailbox and cmd-A to select all. Then delete.

  • How to configure my MDB serve only one message at a time?

    Hi All,
    I have requirement where I need to develope a MDB iin weblogic. This MDB has to serve only one message at a time. If the send second message is sent while the first one is running the second message has to sit in queue and start processing once the first message is finished.
    Is there any way to configure via annotations or in weblogic server settings ?
    Any help would be really appreciated...
    Thank you,
    K.

    Here is my client code to send the message
    Connection connection = null;
    javax.jms.Session session = null;
    MessageProducer producer = null;
    try
    connection = lpConnectionFactory.createConnection();
    session = connection.createSession(false, javax.jms.Session.AUTO_ACKNOWLEDGE);
    // Create a MessageProducer from the Session to the Validation Queue
    producer = session.createProducer(myQueue);
    ((WLMessageProducer)producer).setUnitOfOrder();
    // Create a message
    ObjectMessage message = session.createObjectMessage();
    message.setObject(params);
    message.setStringProperty(MyServiceConstants.OPERATION, operation);
    // Send the message to the queue
    producer.send(message);
    finally
    if (producer != null)
    producer.close();
    if (session != null)
    session.close();
    if (connection != null)
    connection.close();
    Following is the weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    "-//BEA Systems, Inc.//DTD WebLogic 6.0.0 EJB//EN"
    "http://www.bea.com/servers/wls600/dtd/weblogic-ejb-jar.dtd">
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>TestMDB</ejb-name>
    <message-driven-descriptor>
         <pool>
              <max-beans-in-free-pool>1</max-beans-in-free-pool>
              <initial-beans-in-free-pool>1</initial-beans-in-free-pool>
         </pool>
    </message-driven-descriptor>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>

  • Can I delete more than one message at a time

    Is it possible s to delete more than one message at a time and can I stop it putting them back on my phone once deleted??
    any help would be appreciated.
    thanks
    allisongs

    This question was answered here I think:
    https://discussions.apple.com/message/6799512#6799512

  • HT6114 I cannot select more than one message at a time to delete from the trash. Any ideas will be appreciated

    I cannot select more than one message at a time to delete from the trash. I did not have this problem before I updated to Maverick. What am I doing wrong?

    This works in many different ways and in lots of apps.
    Hold down the command key and you can select from a list (leaving some not checked) to exclude them from the delete process.
    To empty all of the trash folder use command-a keys to "select all" and then the delete key to remove them.

  • Is there a way to delete more than one message at a time

    on my iPhone 6 I can hit the edit link in messages and easily and quickly delete lots of messages at a time.  on my iMac it seems you have to delete one message at a time, which takes a lot more time........isn't there a way to delete messages in bulk in Yosemite messages?

    Hi,
    A single Bubble is a single Message or iMessages depending on the account it is with.
    A single bubble can be highlighted then the Backspace/Delete key used.  (the greys in this pic hardly differ to tell though)
    A whole chat/Conversation (Apple calls iMessages connections "conversations" and other connection have always been "Chats" since iChat 1) can be deleted by mousing over the chat in the list and using the x icon that appears without having to bring that one to the "front" or top.
    7:43 pm      Wednesday; March 18, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • How do I select more than one message at a time for archiving

    I want to archive multiple messages into one archive folder. How do I select more than one message at a time?

    Really appreciate the help. Many thanks

  • How to configure my JMS QUEUE serve only one message at a time?

    Hi All,
    I have requirement where I need to develope a JMS QUEUE in weblogic. This MDB has to serve only one message at a time. Is there any way to configure via annotations or in weblogic server settings ?
    Any help would be really appreciated...
    Thank you,
    K.

    I'm not aware of any way to configure the max pool size via annotations, you might try posting to the EJB newsgroup (please post back the answer). Of course you can set the size via an EJB descriptor, as per the MDB chapter of the Performance and Tuning guide in the edocs.
    By the way, if you have ordered message processing requirements, I highly recommend taking a look at the WebLogic JMS "Unit-of-Order" (UOO) feature as per the UOO chapter of the JMS programmer's guide. For a variety of reasons, the UOO features is often, by far, the best option for handling such requirements. If this feature applies to your use case, then there would be no need to force single threaded message processing in some sort of manual fashion (the feature enforces this for you).
    Tom

  • Cfmail spool sending one message at a time

    I have mx7 standard installed on win 2003 server
    a cfmail page sends files to the spool corectly.
    The spool is only sending out one message every 60 seconds or
    so. Changing the spool interval has no effect.
    these need to go out a lot faster than this.
    the mail.log is showing this but i'm not sure it's the
    problem.
    Aug 4, 2006 11:19 AM Error 0
    Exception reading response; nested exception is:
    java.net.SocketTimeoutException: Read timed out
    Aug 4, 2006 11:18 AM Error 0
    Exception reading response; nested exception is:
    java.net.SocketTimeoutException: Read timed out
    Aug 4, 2006 11:17 AM Error 0
    Exception reading response; nested exception is:
    java.net.SocketTimeoutException: Read timed out
    Aug 4, 2006 11:16 AM Error 0
    Exception reading response; nested exception is:
    java.net.SocketTimeoutException: Read timed out
    Aug 4, 2006 11:15 AM Error 0
    Exception reading response; nested exception is:
    java.net.SocketTimeoutException: Read timed out
    thanks for any help in advance.

    I would suggest playing with the other mail specific
    settings, such as #of mail delivery threads, but my guess is you've
    already messed with these.
    Perhaps it has nothing to do with CF, but rather a bottleneck
    with the process that is creating the emails. How many emails are
    you trying to send?
    Is it a query driven mail tag?
    Another aspect to check would be the version of JRUN being
    used by CF. You might find an update to a newer version of JRUN
    would solve the problem.
    Given the errors you've listed (SocketTimeout), they seem to
    be JAVA specific.
    In any case, good luck!
    bh

  • I cant send more than one message at a time on imessage

    i try to send a message on a clear conversation and the first one alwats sends but if i try to send another after that then its show up that its sending on the little bar up top but then it randomly disapears right before it sends as if i had deleted it. ive tried reseting my ipod and restarting imessage but nothing works i need help

    Please don't start multiple threads for the same problem. Continue at https://support.mozilla.org/en-US/questions/1014176

  • Send  data from  "create support messages"  via Mail to a ticket system

    Hello all,
    I'd like to make use of the option "create support messages" directly out of the induvidula SAP systems. This would raise highly the Information our supporters recieve.
    As far as I understand there must be an initial setup to get the above mentioned functionaly in an individual SAP system.
    The problem is that we do not want to use the SAP Service Center. We have a very effectiv Interface to our current ticket system which scans incomming eMails, evaluates, classivies and routes them.
    Due to this I like still to use the "create support messages" directly out of the induvidula SAP systems to gather the information BUT then I like to send all as an eMail to our ticket system.
    Has anyone done something like this or has an idea how to set this up? I have heard that this is a not too rar setup but until now I couldn't find someone who actually set this up.
    Thanks a lot
    Michael

    Hello Michael,
    I found your forum entry and I would like to ask if you have solved this problem? I would also like to implement a third party ticked system with menu - create support message.
    Do you have any information or documentation how to do this?
    Thanks and kind regards,
    Leo

  • How to process one message at a time on a distributed queue

    I have a situation where I need to execute/process a task of a type
              asynchronously and this should be done one at a time. To do that I am thinking of setting
              up a distributed queue (for load balancing and failover). Now I have
              this requirement that only one task should be processed at one time. So
              for example if two messages (m1 followed by m2) are sent to distributed
              queue and I have the distributed queue which points to two physical
              queues on two different instances of weblogic(wl1 and wl2), the
              distributed queue will likely send m1 to wl1 and m2 to wl2 (assuming
              distributed queue is setup with round robin policy). If m1 has started
              executing/processing in my MDB on wl1, I do not want start processing
              m2 on wl2 untill m1 has been processed by wl1. Is it possible to do
              this on weblogic 8.1 JMS?
              If this is not supported I was thinking of implementing a database
              based locking framework and each mdb will use that framework to check
              if a task of a particular type is being processed before processing a
              new task. Also in this case I will need to use max. 1 mdb for each
              queue on each weblogic server.
              --Navjeet                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hello navjeet,
              I don't think there are any parameters that you can set on a distributed queue to ensure messages are handled in the sequential manner you describe so it looks like you will have to implement your own locking mechanism.
              In reposponse to your other question you can set the number of MDbeans in the free pool to 1 (or the number of queues you have) in the MDBean deployment descriptor.
              see:
              http://e-docs.bea.com/wls/docs81/ejb/message_beans.html#1120592
              Cheers,
              Hoos

  • Is it possible to delete for than one message at a time on iMessage using a mac or even iPhone?

    I have a ton of messages on iMessage I want to delete, but I don't want to go one by one deleting them so is their and easier way?

    As a new Mac user, you might find the following sites helpful:
    Mac 101
    and since you're coming from using Windows:
    Switch 101
    and an independent site many people find helpful:
    My First Mac
    Regards.

  • How do I delete more than one message at a time from a mailbox?

    Cannot see a way to delete multiple messages without selecting each one individually. Any advice please?

    There is not a way to mass delete email on the iphone.
    It is one at a time.

  • Why can I not send or receive pictures or messages on face time

    why can I not send or receive messages or pictures on my FaceTime

    Hi Rogerpinette,
    If you are having issues with FaceTime on your iPad, you may find the following article helpful:
    iOS: Troubleshooting FaceTime
    http://support.apple.com/kb/ts3367
    Regards,
    - Brenden

Maybe you are looking for

  • Process chain Logs are not  able to view...

    <i>Hi Friends,</i>                   We are facing a typical problem like this... We are loading master data weekly thru process chain.. The problem is dat for 5 weeks back we have kept back ground scheduling dat this chain needs to get run for every

  • RESULT_CACHE hint

    I am trying to figure out why the explain plan (and performance) for the same query is different between our staging environment and our production environment when using the RESULT_CACHE hint. It's significantly worse in production. Platform and dat

  • Basic graphical question (actionscript/flashbuilder)

    I'm a totally newbie trying to create a library of graphical components that I can reuse in applications. I've created two projects in my workspace, one for the widgets and one for the application. When I draw the components onto the design screen, t

  • Adjustment brush changes size

    Hello, maybe someone has an answer to this: In Develop, when preparing to use the Adjustment Brush, first I adjust the size of the brush.  I slide my cursor along the Size slider and the displayed adjacent "sample brush" varies in size. Next, I move

  • Exclamation mark when transfer songs - HELP

    Hello everyone. This is my first post ever on an Apple forum. I got a new computer and wanted to transfer all the music to the new computer so that I do not lose my song ratings. I am HUGEEEEEEEE on ratings. It's what I base MOST of my playlists on.