|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
PCF, .Net, "Not yet implemented" exception |
« View previous topic :: View next topic » |
Author |
Message
|
royr |
Posted: Sun Nov 28, 2004 9:04 am Post subject: PCF, .Net, "Not yet implemented" exception |
|
|
 Acolyte
Joined: 30 Jun 2001 Posts: 65 Location: Israel
|
Hi,
[Windows, MQ v5.3.1 CSD07]
This has been posted before, but didn't really get answered.
I'm getting a "not yet implemented" exception while trying to construct an IBM.WMQ.PCF.PCFMessage from an IBM.WMQ.MQMessage.
Code: |
MQMessage mqMessage = new MQMessage();
...
(Got mqMessage from queue)
...
PCFMessage pcfMessage = new PCFMessage(mqMessage);
|
I know the PCF classes are not yet officially supported. But still, PCFAgent internally implements the same functionality, so it can't be to hard to externalize it, can it?
Does anyone know if there are any plans to support PCF?
Or do I have to implement it myself, again?
Thanks,
Roy. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Nov 28, 2004 10:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I would have thought that java# being part of the .NET platform all you would need is to encapsulate the standard Java interface in a J# shell and instantiate in .NET via the J# shell.
Enjoy  |
|
Back to top |
|
 |
JasonE |
Posted: Mon Nov 29, 2004 4:44 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
If you want PCF support from a .NET application then you need to raise this as a requirement with IBM - Its on the list of possible things to do, but there's nothing like customer demand to raise its priority on the stack.
(If you do raise this, I'd also suggest you point out the specific problem you are seeing) |
|
Back to top |
|
 |
kirani |
Posted: Mon Nov 29, 2004 5:33 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Jason,
Is there a website where we can log such requirements or do we have to go thru local IBM support? _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
JasonE |
Posted: Tue Nov 30, 2004 1:35 am Post subject: |
|
|
Grand Master
Joined: 03 Nov 2003 Posts: 1220 Location: Hursley
|
The only way I know of is to go through support, get a form and email it to a specific address, but to be honest I'm not sure I'd know if there were other ways.
To go back to the original problem raised (royr) - I would have expected the code you mention to work as of fixpack 7 or 8 (Note 'Work' is different from 'Supported'...). Can you please ensure you have unregistered the amqmdnet.dll from the GAC (gacutil /u amqmdnet) and then registered it again, and try your app again. |
|
Back to top |
|
 |
royr |
Posted: Tue Dec 14, 2004 7:41 am Post subject: |
|
|
 Acolyte
Joined: 30 Jun 2001 Posts: 65 Location: Israel
|
Jason, you're right as usual
There was an old version amqmdnet.dll in the gac. I updated the gac and now it's working.
Thanks,
Roy. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|