Author |
Message
|
ioat |
Posted: Tue Oct 28, 2008 12:22 am Post subject: Could I unsubscribe a durable topic subscriber using C? |
|
|
Acolyte
Joined: 18 Jul 2005 Posts: 53
|
I need to use C to unsubscribe a JMS durable topic subscriber. Could I do it? |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Oct 28, 2008 6:29 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
|
Back to top |
|
 |
marcin.kasinski |
Posted: Tue Oct 28, 2008 7:08 am Post subject: |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
Java is not C.
to ioat
Yes, you can do it with C. Unsubscribe is just message. make unsubscribe with java , check content of unsubscribe message and prepare the same message with C code. _________________ Marcin |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Oct 28, 2008 10:13 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I was suggesting that the java program be used as an example.
You might also be interested in looking at dumpbroker.java since it dumps what is subscribed and its output can be piped into unsubscribe.java. Between the two, you should get some samples to help you get your code written. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Oct 28, 2008 1:42 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And finally there is an XMS kit for c. You could use that one as a base.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
ioat |
Posted: Tue Oct 28, 2008 6:54 pm Post subject: |
|
|
Acolyte
Joined: 18 Jul 2005 Posts: 53
|
I got the idea. Thank all of you. |
|
Back to top |
|
 |
|