× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Keith,

Do you have a specific reason for using Java from within RPG (remote queue 
manager, or JMS messages) to connect to Websphere MQ... since coding directly 
to the MQ API's from RPG is quite simple and beats Java do dead as far as 
performance is concerned.

Kind regards,
Paul


----- Oorspronkelijk bericht -----
Van: McCully, Keith (RBS Insurance) [mailto:Keith.McCully@xxxxxxxxx]
Verzonden: woensdag, augustus 9, 2006 06:08 PM
Aan: ''Java Programming on and around the iSeries / AS400''
Onderwerp: RE: Differences between calling Java from Qshell and RPG?

Barbara,

Now that I can view the error trace, the exception is:

javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for
'RD037AA'.

RD037AA is the correct Queue Manager name.

The relevent code is:
// Create MQ connection
factory = new MQConnectionFactory();
factory.setQueueManager(queueManager);
destination = new MQQueue(queue);
connection = factory.createConnection(); 

This works fine and sends the MQ message when called from Qshell but fails
when the same set of classes is called, using the same constructor, from RPG
on attempting to create the connection.

I am using the same interactive session for both call types so my
profile/environment variables are unchanged, the java.version is the same
(1.3) and os.version=V5R3M0.

Thanks,

Keith
 
 

-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx [mailto:java400-l-bounces@xxxxxxxxxxxx]

Sent: 09 August 2006 01:21
To: java400-l@xxxxxxxxxxxx
Subject: Re: Differences between calling Java from Qshell and RPG?

*** WARNING : This message originates from the Internet ***

"McCully, Keith (RBS Insurance)" wrote:
...
An exception is thrown on attempting to create the connection. The 
variables queue & queueManager appear to be populated ok.


What exception?

If that class has any version-specific methods, it could be a JRE version
problem.  You might have to explicitly specify the java.version property.

By the way, when you use ACTGRP('test'), you won't be able to reclaim the
activation group since it has lower-case letters.

--
This is the Java Programming on and around the iSeries / AS400 (JAVA400-L)
mailing list To post a message email: JAVA400-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/java400-l
or email: JAVA400-L-request@xxxxxxxxxxxx Before posting, please take a
moment to review the archives at http://archive.midrange.com/java400-l.



The Royal Bank of Scotland plc, Registered in Scotland No. 90312. Registered 
Office: 36 St Andrew Square, Edinburgh EH2 2YB

Authorised and regulated by the Financial Services Authority.

This e-mail message is confidential and for use by the addressee only. If the 
message is received by anyone other than the addressee, please return the 
message to the sender by replying to it and then delete the message from your 
computer. Internet e-mails are not necessarily secure. The Royal Bank of 
Scotland plc does not accept responsibility for changes made to this message 
after it was sent.

Whilst all reasonable care has been taken to avoid the transmission of viruses, 
it is the responsibility of the recipient to ensure that the onward 
transmission, opening or use of this message and any attachments will not 
adversely affect its systems or data. No responsibility is accepted by The 
Royal Bank of Scotland plc in this regard and the recipient should carry out 
such virus and other checks as it considers appropriate.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.