Author |
Message
|
SilentWind |
Posted: Tue Feb 07, 2006 1:40 am Post subject: C# Library |
|
|
Acolyte
Joined: 11 Jan 2006 Posts: 58
|
I have used amqmdnet.dll as the library for point-to-point messaging.
Which are the libraries (dll files) required for publish-subscribe functions?
e.g. Topic, TopicPublisher, TopicSubscriber etc
Also may I know if there is any c# api? I have tried searching other places as well as this forum but no results.
Thanks in advance. |
|
Back to top |
|
 |
mvic |
Posted: Tue Feb 07, 2006 5:59 am Post subject: Re: C# Library |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
SilentWind wrote: |
Which are the libraries (dll files) required for publish-subscribe functions? |
Perhaps take a look at IBM's XMS. Search this site or the web. |
|
Back to top |
|
 |
SilentWind |
Posted: Tue Feb 07, 2006 11:58 pm Post subject: Error? |
|
|
Acolyte
Joined: 11 Jan 2006 Posts: 58
|
I have gotten the XMS, and it proved to be exactly what I need.
But I ran into this error which I was unable to debug myself.
Error:
Unhandled Exception: System.NotSupportedException: CWSMQ0008E: WMQ Publish Subscribe is not supported in this release.
at IBM.XMS.WMQ.WmqSession.CreateTopic(String topicName)
at MySubscriber.Subscriber1.Main()
Codes:
Line 105: IDestination dest = session.CreateTopic("Topic1");
I am using WMQ 6.0. I have an exactly the same Java application connecting to WMQ 6.0 with the same properties and it works.
What is wrong here? If there is anything unclear, I could provide more info.
Thanks in advance. |
|
Back to top |
|
 |
saketr |
Posted: Wed Feb 08, 2006 2:30 am Post subject: |
|
|
Apprentice
Joined: 08 Feb 2006 Posts: 41
|
Thanks for your interest in XMS .NET. You have complete WMQ 6.0 setup, but the last release does not support WMQ Publish/Subscribe. A significant new refresh for XMS .NET is due soon which you may find interesting.
Warm Regards,
Saket
XMS .NET development |
|
Back to top |
|
 |
SilentWind |
Posted: Wed Feb 08, 2006 11:04 pm Post subject: Date |
|
|
Acolyte
Joined: 11 Jan 2006 Posts: 58
|
Hi saketr,
Thank you for your reply.
Is there a schedule of the rollout of the XMS? I would like to know so that I can manage my project accordingly.
Regards,
Wind |
|
Back to top |
|
 |
saketr |
Posted: Thu Feb 09, 2006 10:04 am Post subject: |
|
|
Apprentice
Joined: 08 Feb 2006 Posts: 41
|
Hi Wind,
We are hoping to refresh the release as a Cat 2 supportPac within the next couple of weeks, subject to completing testing succesfully.
Warm regards,
Saket |
|
Back to top |
|
 |
mvic |
Posted: Fri Mar 03, 2006 9:35 am Post subject: Re: Date |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
|
Back to top |
|
 |
|