Author |
Message
|
abiram8 |
Posted: Sun Aug 21, 2005 11:06 pm Post subject: All Exits in Java |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi,
Does any one knows, if IBM has provision for writing the all types of exits
in java in the future releases.. etc in most used platforms
It would be good if they give the provision, and hence coding in object oriented is a good way for future reusability...
Off course, in cost of reduced performances then C. |
|
Back to top |
|
 |
Mr Butcher |
Posted: Mon Aug 22, 2005 12:48 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
i dont think so. exits have to be fast and small, and java is slow and big. _________________ Regards, Butcher |
|
Back to top |
|
 |
Vijay Kumar P |
Posted: Tue Aug 23, 2005 9:17 pm Post subject: Exit programs can be written in Java too |
|
|
Novice
Joined: 24 Jan 2005 Posts: 10
|
Hi Abiram,
How are you. This is your MQ Kid.
Exit programs can be written in Java also. We can write explicit Channel exits in java. API Exits and cluster workload exits cannot be written in java.
Where are you now. Please mail me.
p.vijaykumar@polaris.co.in
Regards,
Vijay |
|
Back to top |
|
 |
kingsley |
Posted: Wed Aug 24, 2005 4:13 am Post subject: |
|
|
Disciple
Joined: 30 Sep 2001 Posts: 175 Location: Hursley
|
exits in Java. I am not sure how functionality can be achieved using Java |
|
Back to top |
|
 |
Mr Butcher |
Posted: Wed Aug 24, 2005 7:46 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
@Vijay Kumar P
where do you write channel exits in java? if i check the intercommunication guide, i always find the words "...must be written in c"
so... what plattform ?!? _________________ Regards, Butcher |
|
Back to top |
|
 |
wschutz |
Posted: Wed Aug 24, 2005 9:01 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Well, you code the java client clntconn-side exits (MQReceive, MQSecurity....) in java ..... _________________ -wayne |
|
Back to top |
|
 |
Vijay Kumar P |
Posted: Wed Aug 24, 2005 9:25 pm Post subject: We can write channel exits |
|
|
Novice
Joined: 24 Jan 2005 Posts: 10
|
Hello Gentlemen,
We may not be able to write API and ClusterWorkLoad Exits.
MQSeries classes for Java allows you to provide your own send, receive, andsecurity exits.
To implement an exit, you define a new Java class that implements the appropriateinterface. Three exit interfaces are defined in the MQSeries package:
MQSendExit
MQReceiveExit
MQSecurityExit
The above classes are found in MQSeries package.
Regards,
Vijay. |
|
Back to top |
|
 |
wschutz |
Posted: Thu Aug 25, 2005 2:46 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Yes, and they only can be called from a java program running as an MQ client . _________________ -wayne |
|
Back to top |
|
 |
|