cancel
Showing results for 
Search instead for 
Did you mean: 

JMS receiver channel error while connecting to active MQ

jayat
Explorer
0 Kudos

Hi Experts,

I have a scenario Proxy to JMS - Active MQ. From PI we are connecting to target active MQ server using the PI 7.3 JMS channel. We have deployed the jar file of version activemq-all-5.8.0 in PI 7.3 using the below link.

Channel was configured with the Transport protocol - Access JMS Provider Generically. Parameters in Processing tab are left as default. In Advance tab below parameters are configured in Additional Parameters.

After activating the channel in ID channel gives the below error in RWB.

I have searched many blogs in SCN but not able to find the exact issue for the error. Requesting you to please help to fix the issue.

Thank you.

Regards,

Jaya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jaya,

I think the order of names used in additional parameters is wrong. In  my opinion, first the JMS.QueueImpl.classname and JMS.QueueImpl.constructor should come and then the remaining 2 should follow.

Because if you note when the channel is activated, the constructor gets invoked and hence there itself it shows error.

Regards,

Souvik