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

Similar Messages

  • When I am sending one message, mac mail shows sending several (6 last time), is it virus?

    when I am sending one message, mac mail shows sending several (6 last time), is it virus?
    mac mail also freezes from time to time and closes for no reason

    It is not a virus. It's a bug in Mail that fails to reset that count, so it keeps incrementing each time you send a message. When it says it's sending 6 messages, that really just means you're sending the 6th message since you last opened Mail.

  • 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>

  • 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.

  • 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

  • Send one message to two receivers simultanously

    Hi,gurus:
    I wanna know how can we send one message to two receivers simultanously.
    Our scenario is file to file,and we add two receivers in receiver determinations,and leave the conditions empty.
    But it seems the message was only sent to one receivers.
    Any ideas?

    Hi...
    You should be able to send same file to two different receivers. For that you need to create :
    1. Two communication channels for two receivers
    2. Add two receivers in the Receiver Determination ( under Configure Receivers)
    3. Two interface determination for two receivers
    4. Two receiver Agreements having two different receiver CC.
    5. Only one sender agreement.
    If you have created all the above objects, you should be able to send a file to two receivers.
    Thanks,
    Pooja

  • Hi there. I'm an iphone 4s user and i am unable to send text messages. Any time i try, I get the message "message send failure" can anybody help?

    Hi there. I'm an iphone 4s user and i am unable to send text messages. Any time i try, I get the message "message send failure" can anybody help?

    try contacting your carrier and see if they can resolve the issue.

  • How to set up the iPhone 5 so that I can receive iMessage (incoming messages) and send text messages (outgoing) every time?

    How do I set up the iPhone 5 so that I can receive iMessage (incoming messages) and send text messages (outgoing) every time? I have limited internet quota but unlimited sms!

    Thanks!!
    The reason I don't want to set it off is because I want to let others send me iMessage - most people prefer that according to their plan.
    How do I bring this request to the hands of the people doing the ios updates? Maybe they could work on this for the future...

  • 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

  • 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

  • How to send one single mail each time a table is updated with a batch of rows

    Hi!
    I would like to send one mail each time an integrations services inserts a batch of rows. I,ve tested with this code but it sends one mail for each row that is inserted to the table. How to adjust the code below so it only sends one email?
    Br Arne
    CREATE TRIGGER trao_FOBOSTAFKbelopp
    ON FOBOSTAFKbelopp
    AFTER INSERT
    AS
    BEGIN
    EXEC msdb.dbo.sp_send_dbmail
    @profile_name = 'ArneSqlDatabasemail',
    @recipients = '[email protected]',
    @subject = 'Ny förkalkyl',
    @body = 'Hej!
    En ny förkalkyl har registrerats.
    För att titta på den klicka på bifogad länk.
    Hälsningar
    Arne'
    END
    Arne Olsson

    That is because the process is inserting the rows one at a time.
    I would suggest changing your trigger to "log" the changed rows into a table, and then have a process which reads the log and generates the email.

Maybe you are looking for