Author |
Message |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Tue Jun 20, 2006 7:21 am Subject: PubSub Applications and Some Confusion |
Hi guys again. I was trying to create a stanadlone durable subscriber/unsubscriber app. Any idea?
this is what i get:
C:\>java durClient -t MY/PATH/TO/TOPIC -d noah
durClient started....
tSu ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Wed Jun 14, 2006 11:41 am Subject: PubSub Applications and Some Confusion |
stupid me
Thanks jeff. Its working great! |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Wed Jun 14, 2006 6:03 am Subject: PubSub Applications and Some Confusion |
Hey guys
I got my sample mqjmspub.java/mqjmssub.java applications working. Pub can post messages on a remote queue, if sub is running it can fetch the message and print it on a console. both pub an ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Wed May 24, 2006 12:27 pm Subject: PubSub Applications and Some Confusion |
Thanks. What if i just know the topic name say (/sports/baseball/score) and I want to subscribe to it. In than case I don't need the publisher (mqjmspub.java) In that case how do I create the context ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Tue May 23, 2006 1:55 pm Subject: PubSub Applications and Some Confusion |
hi guys. hope you had a good weekend. I got my mqjmspub.java and mqjmssub.java programs running. But the output is not what I expected. I can publish a message fine using mqjmspub program (which is co ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 2:06 pm Subject: PubSub Applications and Some Confusion |
thanks guys a million for your patience. I'll setup an MQ server on another computer and give it a sot and get back to you with more whining after the long weekend hopefully. One little question I hea ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 1:09 pm Subject: PubSub Applications and Some Confusion |
this is what I asked on my first post I downloaded Websphere MQ 6.0.1 Client for windows only and asked if i need to download any other componenets. Any suggestion how can i run it locally/or say if I ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 12:59 pm Subject: PubSub Applications and Some Confusion |
Not much improvement
C:\JeffMQ>export PATH=C:\Program Files\IBM\WebSphere MQ\Java\lib;%PATH%
'export' is not recognized as an internal or external command,
operable program or batch fi ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 12:48 pm Subject: PubSub Applications and Some Confusion |
Cool. Thanks It improved the situation a little but after starting the appicaltion I get all kinds of exception (runtime may be) here's the screen dump
C:\JeffMQ>java mqjmspub
mqjmspub star ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 12:24 pm Subject: PubSub Applications and Some Confusion |
I hate to say this guys but would be kind enough to actually read my first post. the screen dumps are all there. With all due respect I hate repeating myself
Here's the output of classpath and dir ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 11:48 am Subject: PubSub Applications and Some Confusion |
sorry to post my screen dump once again.
C:\JeffMQ>java -classpath . mqjmspub -icf com.sun.jndi.fscontext.RefFSContextFac
tory -url file:/C:/JMSConfig -tcf \\pubsub\\ma0cTCF -t ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 11:02 am Subject: PubSub Applications and Some Confusion |
Sure I did, If I didn't if wouldn't have been able to compile my java files. Unless by MQ jar files you meant something other than these (Please look at my screen dump)
com.ibm.mq.jar
com.ibm.mqj ... |
Topic: PubSub Applications and Some Confusion |
applejuice
Replies: 25 Views: 19078
|
Forum: General Discussion Posted: Fri May 19, 2006 10:34 am Subject: PubSub Applications and Some Confusion |
Greetings,
Kinda new to this technology so excuse my ignorance. I have a high level knowledge of what MQ is and what purpose it serves.
Long story short, I downloaded two java application from I ... |