Hi MQ_User,
This notification published has (non-editable)field i.e. msgBody(string) , other is envelope(document reference).
Following are the details of services inside MQPackage.
Steps:
1)Install the MQPackage.
2)go to URL http://<serveripaddress>:<serverport>/WmRoot/adapter-index.dsp?url=%2FWmMQAdapter%2FListResources.dsp%3FadapterTypeName%
3DwmMQAdapter%26dspName%3D.LISTRESOURCES&adapter=wmMQAdapter&text=WebSphere+MQ+Adapter&help=true edit the connection. and enable it.
3)Enable Listener, Enable Adapter Notification for the same connection.
4)Run MQPackage.Services.FlowServices:PutService with appropriate input message you want to put into queue.
5)MQPackage.Listener:MQListener will poll for the message in queue,when message will be there in queue.<MQPackage.AdapterNotification:MQAdapterNotificationPublishDocument will publish notification to broker.
6)Trigger MQPackage.Trigger:MQTrigger, will invoke MQPackage.Services.FlowServices:Subscribing_Service.
7)MQPackage.Services.FlowServices:Subscribing_Service has MQPackage.AdapterNotification:MQAdapterNotificationPublishDocument as input and msgBody is mapped to message(input:pub.flow:debugLog).
Difference between Transactional Connection and Non-Transactional Connection.
- Transactional Connection:A transactional connection uses syncpoint processing, which
means that you can group one or more requests into a single
Logical Unit of Work (LUW). You can control these requests
manually (explicit transactions), or you can allow the Integration
Server’s transaction manager control them for you (implicit
transactions).
2)Non-Transactional Connection:A non-transactional connection is stateless and does not use
syncpoint processing. All services associated with a nontransactional
connection perform a single request as an
autonomous unit of work.
For example, when a flow invokes a Get service associated with a
non-transactional connection, then these services remove each
message from the WebSphere MQ immediately after they
processes the message.
Hope this explains everything.
Regards,
Puneet Saxena
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods