Author |
Message
|
Jonah3 |
Posted: Thu Aug 31, 2006 6:06 pm Post subject: subscriber registers |
|
|
Newbie
Joined: 22 Aug 2006 Posts: 8
|
I used a java pgm registering for subscription.
When I register the local queue , WMB subscription list can be found updated.
But register using alias queue , I can not find WMB subscripton update.
Does anyone know why?
Can't SUBQ be a alias queue ?
Another question:
When I defined CTX.. tcf, I found that Solaris console could not receive more than 257 characters.Why? Does the command console have limiting
command length?
I tried with both Putty and FsshClient. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 31, 2006 6:35 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
How are you looking for the subscription? By the Alias name, or the Resolved name?
How are you registering the subscription? Are you getting a response back from the Broker for the registration? What is it?
There's no such thing as a "solaris command console", as far as I know. What shell is your unix using? How are you trying to "define CTX"? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Jonah3 |
Posted: Thu Aug 31, 2006 7:20 pm Post subject: |
|
|
Newbie
Joined: 22 Aug 2006 Posts: 8
|
When you register the subscription, you have to provide a queue name.
I found local queue could be registered by any name but alias queue could not.I just tested another case.
Alias Queue name: SYSTEM.JMS.D.??? is ok.
But other the first level identifier is not SYSTEM.JMS.D.??? doesn't work.
The pgm will build the MQRFH2 header and send to SYSTEM.BROKER.CONTROL.QUEUE for register.
I want to ask how to register alias queue with normal queue name(not SYSTEM.JMS.D.??? SYSTEM.JMS.ND.??? format). |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 01, 2006 2:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What I meant was, once you have REGISTERED the subscription, how are you FINDING out that it doesn't work?
And, again, are you receiving a RESPONSE from the broker to your Register message? What is it? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Sep 01, 2006 3:11 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Jonah3 wrote: |
I just tested another case.
Alias Queue name: SYSTEM.JMS.D.??? is ok.
But other the first level identifier is not SYSTEM.JMS.D.??? doesn't work.
..
I want to ask how to register alias queue with normal queue name(not SYSTEM.JMS.D.??? SYSTEM.JMS.ND.??? format). |
Maybe its me.... but what you wrote makes no sense. Queues cannot have "?" in their name. Exactly what queue name fails and exactly what queue name works? and..as Jeff asks, what are you getting for a response> _________________ -wayne |
|
Back to top |
|
 |
|