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 » General IBM MQ Support » mq 8005 agent end exit java

Post new topic  Reply to topic
 mq 8005 agent end exit java « View previous topic :: View next topic » 
Author Message
scravr
PostPosted: Mon Dec 31, 2018 8:16 am    Post subject: mq 8005 agent end exit java Reply with quote

Partisan

Joined: 03 Apr 2003
Posts: 388
Location: NY NY USA 10021

Anyone has sample of java agent end-exit for mq 8005.
I cannot create jar with :

Code:
public class UIPPostMft implements SourceTransferEndExit {
     @Override
   public String onSourceTransferEnd(TransferExitResult transferExitResult,
         String sourceAgentName,
         String destinationAgentName,
         Map<String, String>environmentMetaData,
         Map<String, String>transferMetaData,
         List<FileTransferResult>fileResults) {

      System.out.print("Hello Post Mft exit");
         return "Files added to transfer audit table";         
    }
}


Is there issues with IBM jar files:
import com.ibm.wmqfte.exitroutine.api.SourceFileExitFileSpecification;
import com.ibm.wmqfte.exitroutine.api.TransferExitResult;
import com.ibm.wmqfte.exitroutine.api.FileTransferResult;
import com.ibm.wmqfte.exitroutine.api.TransferExitResultCode;


Thanks,
MA
Back to top
View user's profile Send private message Send e-mail MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » General IBM MQ Support » mq 8005 agent end exit java
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.