You are on page 1of 2

Properties for MQ

protocol:
MessageSet If we use MRM then only it will assign some value that
what you have given in node properties
MessageType If we use either message set or message model then only
it will assign some value that what you have given in
node properties
MessageFormat If we use MRM then only it will assign some value that
what you have given in node properties
Encoding Default:546

Encoding is the process of converting unicode characters


into their equivalent binary representation.

CodedCharSetId Default:437
A coded character set is a set in which a unique number
is assigned to each character. That unique number is
called as "code point".
If input requests have other languages like chinese and
french etc.. . this codedcharsetid can handle.
Transactional Default:true
true -- If any exception will come, the message directly
will save in backoutqueue . i.e depth of queue will
increase.
false -- If any exception is come, the message wont save
in backout queue. i.e depth of queue of queue always
zero.
Persistence Default:false
-----For Persistance-----This indicates whether the
message survives in queue if system failures and restarts
of the queue manager.
--- For Non Persistance ---- The message does not
usually survive system failures or queue manager
restarts
CreationTime Time and date will automatically come when u put a
message in Source queue.
ExpirationTime
Priority This is the priority of the queue. The lowest priority is 0.
The highest priority is 1.we can mention prioritis for
queues.In the destination queue the messages are
stored with priority based.
ReplyIdentifier
ReplyProtocol Which protocol you are using in application.
Topic
ContentType When you will work with soap and http nodes this field
will fill with some value(text/xml,text/html).
IdentitySourceType Default: Transport Default
It provides an identity type of Username
IdentitySourceToken Identity type of UserName
IdentitySourcePassword Identity type of Password.
IdentitySourceIssuedBy Name of the application that put a message.
IdentityMappedType Default: Transport Default
It provides an identity type of Username
IdentityMappedToken Identity type of UserName
IdentityMappedPassword Identity type of Password.
IdentityMappedIssuedBy Name of the application that put a message.
Properties:

You might also like