cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter Question

Former Member
0 Kudos

We have our scenario MQ > XI > R/3.

everything is working fine, but i need to understand how XI picks up msgs from MQ. i know we define the channel name for MQ in the JMS adapter, but physically how is the msgs getting picked up from MQ.

Example: in the File adapter, there is a polling parameter which looks at a specified file system and picks a file when it comes there...

Can anyone help on this?

thanks

tony

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi Tony,

JMS point to point messaging model is based on message queues

(you specify a JMS queue in the JMS adapter):

1. a queue sender (also called producer) sends a message to a specified queue

2. a queue receiver (also called consumer) receives that message

sender jms adapter is a JMS client acting as receiver (in this case) of messages

Regards,

michal

Former Member
0 Kudos

Hi all,

I am trying to do the scenario MQ->XI->R/3 .For JMS i deployed the required jar files in the J2ee engine by following the "How to set up the jar files for jdbc and kms adapters pdf".

But while enterening all the required fileds in the sender JMS adapter, it is saying that Adpater status in null in RWB.

Shall i need to do any other settings for JMS..

Please try to solve the problem.

Thanks & Regards,

sekhar

Former Member
0 Kudos

try to stop and start the CPACache service in j2ee or do the CPA Cache refresh via URL.

Former Member
0 Kudos

Hello,

If additional JMS parameters are set up in the sender JMS adapter, are the parameters executed only once when the adapter configuration is activated, or are they executed every time a message is received from MQ?

For example, we have a setSecurityExit parameter set. I don't know if it's executed for every message or once and it stays "authorized" as long as the adapter is active.

Thanks,

Lisa

Former Member
0 Kudos

Hi,

How can we define the parameter 'setSecurityExit' and what module needs to be used? Can the same be done for receiver JMS adapter?

How do we configure security settings when the message is sent from XI to MQ Series using receiver JMS adapter?

Thanks,

Vatsala.

Answers (0)