MQSeries.net
Search
Tech Exchange
Education
Certifications
Library
Info Center
SupportPacs
LinkedIn
Search
FAQ
 Â
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
»
IBM MQ Installation/Configuration Support
»
APPLTYPE integer values
APPLTYPE integer values
«
View previous topic
::
View next topic
»
Author
Message
blowbeat
Posted: Sat Nov 09, 2002 3:27 am
Post subject: APPLTYPE integer values
Apprentice
Joined: 02 Apr 2002
Posts: 49
Hi,
I found a process definition with a APPLTYPE value of '0' (Sun Solaris).
I can only find that this is a system defined value which may differ from platform to platform.
Does anyone have any idea where to find out what this value means ?
Thanks, Jan.
Back to top
bower5932
Posted: Mon Nov 11, 2002 11:24 am
Post subject:
Jedi Knight
Joined: 27 Aug 2001
Posts: 3023
Location: Dallas, TX, USA
Are you looking for the MQAT_* values from cmqc.h:
Code:
/* Put Application Types */
#define MQAT_UNKNOWN (-1L)
#define MQAT_NO_CONTEXT 0L
#define MQAT_CICS 1L
#define MQAT_MVS 2L
#define MQAT_OS390 2L
#define MQAT_IMS 3L
#define MQAT_OS2 4L
#define MQAT_DOS 5L
#define MQAT_AIX 6L
#define MQAT_UNIX 6L
#define MQAT_QMGR 7L
#define MQAT_OS400 8L
#define MQAT_WINDOWS 9L
#define MQAT_CICS_VSE 10L
#define MQAT_WINDOWS_NT 11L
#define MQAT_VMS 12L
#define MQAT_GUARDIAN 13L
#define MQAT_NSK 13L
#define MQAT_VOS 14L
#define MQAT_IMS_BRIDGE 19L
#define MQAT_XCF 20L
#define MQAT_CICS_BRIDGE 21L
#define MQAT_NOTES_AGENT 22L
#define MQAT_BROKER 26L
#define MQAT_JAVA 28L
#define MQAT_DQM 29L
#define MQAT_DEFAULT 11L
#define MQAT_USER_FIRST 65536L
#define MQAT_USER_LAST 999999999L
There is a discussion on them in the Application Programming Reference.
Back to top
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
Page
1
of
1
MQSeries.net Forum Index
»
IBM MQ Installation/Configuration Support
»
APPLTYPE integer values
Jump to:
Select a forum
General Discussion
----------------
Read First for All New to IBM MQ, Integration, Messaging, WebSphere - Only Moderators Post Here
General Discussion
Messaging and Integration Technologies FAQ
News/Updates
Links
Job Seekers
Job Postings
General Forums Information
Requirements, Wishlists & Enhancement Requests
----------------
RFEs - Requirements, Wishlists & Enhancement Requests - Open Forum
IBM MQ Support
----------------
General IBM MQ Support
IBM MQ Cloud and SaaS, Cloud Hybrid and Containers
IBM MQ Installation/Configuration Support
Clustering
IBM MQ Telemetry / Low Latency Messaging / Everyplace
Mainframe, CICS, TXSeries
iSeries, OpenVMS, HP-NSS
IBM MQ Performance Monitoring
IBM MQ Security
IBM MQ Development
----------------
IBM MQ Java / JMS
IBM MQ API Support
Multiphase Commit
User Exits
WebSphere Message Broker
----------------
WebSphere Message Broker (ACE) Support
WMB Patterns Repository - Available for Download
WebSphere Application Server
----------------
WebSphere Application Server
Web Services
----------------
WebSphere DataPower
Products that use IBM MQ
----------------
Workflow Engines - IBM MQ Workflow & Business Process Choreographer
WebSphere Process Server (WID/WPS/WAS+)
WebSphere Interchange Server + Adapters
IBM MQ File Transfer Edition
Resources, Files, Samples, Archives, Misc
----------------
Files and Code Samples
Archives - All
Challenge Forum
Sponsored Forums
----------------
Cressida Technology
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.