Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DevIntProd
  • Content: Threads
  • Order by date
  1. DevIntProd

    SOAP Integration Behavior v. Number of Threads

    I am curious if anyone has seen anything like this before, and if so, do you know why the systems behaved this way... We have one SOAP integration running 10 parallel threads in the eWay, each doing equal amounts of work. We have another SOAP integration that is running 1 thread in each eWay...
  2. DevIntProd

    Is anyone integrating to MarketSoft's DemandMore Leads?

    I was just curious if anyone else is integrating to MarketSoft's DemandMore Leads application, and if so how is your integration set up? Currently, we are writing a file to the DML box (with an stceway running on the box), kicking off a DML import script, waiting for the script to finish, and...
  3. DevIntProd

    Problem Shutting down an eWay connecting to MSMQ

    I have a multi-mode eWay connecting through the java MSMQ connections and have a problem getting it to shutdown correctly. It will only actually shutdown after it has done work. For instance, if I just turn the eWay on, and there are no messages on the MSMQ it is reading from, and then try to...
  4. DevIntProd

    Manual Commit back to JMS

    Is there a way to manually tell the JMS IQMgr that a given recod has been committed, to go ahead and journal that message. If anyone has this piece of code written, I would greatly appreciate the syntax and command, thank you. Basically, I am reading multiple records offteh queue in...
  5. DevIntProd

    Problem with a very quirky DateUtils function...

    Below is the code we are using: String timeStamp2 = DateUtils.timeStamp("%m%d%y"); String errorFile = baseDirectory + "/Errors/" + collabName + "-error-data." + timeStamp2; The problem is once in a while, instead of getting errorFile string to be something like...
  6. DevIntProd

    Does Anyone have the getRegistryInfo() API documented?

    Is so, could I possibly get the document from you? Thanks! -Doug
  7. DevIntProd

    Getting schema/host name within a collab. rule

    Hi! Basically I am sending out an email where an error occurs under certain conditions and I want to know if there is a java function I can call to get the host name and schema name that eWay is running in ? Any help would be appreciated. Thanks, Doug

Part and Inventory Search

Back
Top