Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
sunil_singh13
Active Contributor
  The original Queues (AFWCall, BCAdapter, CIDXAdapter  (https://weblogs.sdn.sap.com/cs/blank/edit/wlg/)) are still in this list but it has been expanded to include the above mentioned Queues for each Adapter Type.The +global+ property set defines the defaults for all adapter connections (queues).    The pollInterval and pollAttempts parameters define how often and with which retry interval the messaging system tries to retrieve the listener beans from JNDI at system startup. The maxConsumer parameters define the number of threads to be used to process messages in parallel for each queue type and for each connection definition. The Adapter Engine is able to send and receive messages in parallel by using respective send or receive queues for each adapter type. The name of the adapter type (and of the corresponding queue) is retrieved from the CPA cache, for example File_http://sap.com/xi/XI/System. To set individual values for a specific adapter type, we have to add a new property set to the default set with the name of the respective adapter type, for example: (name=global,...)(name=File_http://sap.com/xi/XI/System, messageListener=localejbs/AFWListener, exceptionListener=localejbs/AFWListener, pollInterval=60000, pollAttempts=60, Send.maxConsumers=7, Recv.maxConsumers=7, Call.maxConsumers=7, Rqst.maxConsumers=7) After setting the parameter save the changes and restart the server so as to reflect the changes. The changes can be seen in Engine status as shown below.image
3 Comments