dbala subramaniam

Ranch Hand
+ Follow
since Jul 20, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by dbala subramaniam

HI ALL
WHAT,HOW-CONFIGURE FOREIGN JMSCONNECTIONFACTORY&QUEUE IN WEBLOGIC 8.1 TO ACCESS MESSAGES IN MQ5.3
have created Foreign JMS Server MQJNDI and
Foreign JMSConnection Factory -MQ_QCF in WebLogic 8.1 to access the MQ messages also sitting in my machine(MQ5.3, Weblogic 8.1 both in my machine)

How to Configure Foreign JMS QUEUE in weblogic 8.0
I have messages setting my MQ5.3 Queue Manager name-QMGR1 and Queue Name-INQ_LISTION

now I try to read the messages using JMS -Weblogic

it throws error
It can not able to get foreign provider Intial Context, what ever JMS Connection Factory I configured in weblogic 8.1 is MQ_QCF
unable to read Foreign JMSConnection Factory -MQ_QCF
-------------------------------------------------------------------
This is the error

InitialContext = javax.naming.InitialContext@a1807c
javax.naming.NameNotFoundException: MQ_QCF
18 years ago
We will miss you Phil.

The Term Unconditional Love.
Without Expecting anything return.
I am so sad conveying my condolences to his family
May your soul rest in peace.

Bala
19 years ago
Hi All
I have configured 2 WebSphere MQ Servers in two machines
1)Test Machine other one is 2)NT Box

I have a requirement I need to create 1 local queue and 1 remote queue
in test and NT Box

Remote queue in NT Box reference to local queue in Test M/c.
similarly TestRemote Queue in Test Box reference to Local Queue to NTBox.

I need to create a Sender Channel in Test M/C and Receiver Channel in NTBox


I have created Test machine Queue Mgr named called CLASS

Local Queue-TestLocalQueue

Remote Queue-NTRemoteQueue


I have created NTBox machine Queue Mgr named called CLASSQM

Local Queue-NTLocalQueue

Remote Queue-TestRemoteQueue

Now I have to create Sender Channel in Test Machine
also Receiver Channel in NT Box

I have following Questions?


1)How to create Remote Queue in either of the machine with reference local queue each other?

what is values need to put in
after defining the Queue Name--say TestRemoteQueue
follwing attributes in Remote Queue Definition
Remote Queue Name----? I put TestLocalQueue
Remote Queue Mgr Name---?CLASS
Transmissiion Queue----?what I suppose to put here?
------------------------------------------------------------------
Next Defining the Channel
1)Sender Channel

After defining SenderChannel name --TestSenderChannel

what I supposed to put
Connection name--?
Transmission Queue---?
Local Communication Address---?

-------------------------
Next Receiver Channel- ---NTReceiverChannel

I don't have any difficulty creating receiver channel as

please help me
advance thanks
regards
Bala
19 years ago
Hi All
We have a Situation we badly need to use only CMT in the receiving end (Message Driven Bean)because of EIS Tier and Legacy Systems Limitation.
Here our Scenerio our WebLogic 8.1 App Server in one Physical Machine,
IBM MQ-Queue Manager is sitting in another Physical Machine.
The reason behind putting IBM MQ and Application Server in different Machine is if Queue Manager goes down that don't want our Application Server get restarted.
-----------------------------------------------------------------------
We have Mission Critical Transaction(XA Transactions) Application is running(WebLogic 8.1) and the transaction has been forwarded to IBM MQ-Queue Manager and Messages regarding the transactions are forwarded to Message Driven Bean in other end
--------------------------------------------------------------------------
Due to constraints such as 2 Physical Boxes(One where AppServer other where Queue Manager and Queues)limitation we have to use BMT as per WebLogic
Limitation

But other receiving end is MDB listening to MQ only will accept CMT

so if any body have any idea , already you have faced this problem have any solutions
please give your suggestions and solutions

Thanks in Advance
with regards
bala
Hi All
We have a Situation we badly need to use only CMT in the receiving end (Message Driven Bean)because of EIS Tier and Legacy Systems Limitation.
Here our Scenerio our WebLogic 8.1 App Server in one Physical Machine,
IBM MQ-Queue Manager is sitting in another Physical Machine.
The reason behind putting IBM MQ and Application Server in different Machine is if Queue Manager goes down that don't want our Application Server get restarted.
-----------------------------------------------------------------------
We have Mission Critical Transaction(XA Transactions) Application is running(WebLogic 8.1) and the transaction has been forwarded to IBM MQ-Queue Manager and Messages regarding the transactions are forwarded to Message Driven Bean in other end
--------------------------------------------------------------------------
Due to constraints such as 2 Physical Boxes(One where AppServer other where Queue Manager and Queues)limitation we have to use BMT as per WebLogic
Limitation

But other receiving end is MDB listening to MQ only will accept CMT

so if any body have any idea , already you have faced this problem have any solutions
please give your suggestions and solutions

Thanks in Advance
with regards
bala
Hi All
We have a Situation we badly need to use only CMT in the receiving end (Message Driven Bean)because of EIS Tier and Legacy Systems Limitation.
Here our Scenerio our WebLogic 8.1 App Server in one Physical Machine,
IBM MQ-Queue Manager is sitting in another Physical Machine.
The reason behind putting IBM MQ and Application Server in different Machine is if Queue Manager goes down that don't want our Application Server get restarted.
-----------------------------------------------------------------------
We have Mission Critical Transaction(XA Transactions) Application is running(WebLogic 8.1) and the transaction has been forwarded to IBM MQ-Queue Manager and Messages regarding the transactions are forwarded to Message Driven Bean in other end
--------------------------------------------------------------------------
Due to constraints such as 2 Physical Boxes(One where AppServer other where Queue Manager and Queues)limitation we have to use BMT as per WebLogic
Limitation

But other receiving end is MDB listening to MQ only will accept CMT

so if any body have any idea , already you have faced this problem have any solutions
please give your suggestions and solutions

Thanks in Advance
with regards
bala
19 years ago
Hi All
We have a Situation we badly need to use only CMT in the receiving end (Message Driven Bean)because of EIS Tier and Legacy Systems Limitation.
Here our Scenerio our WebLogic 8.1 App Server in one Physical Machine,
IBM MQ-Queue Manager is sitting in another Physical Machine.
The reason behind putting IBM MQ and Application Server in different Machine is if Queue Manager goes down that don't want our Application Server get restarted.
-----------------------------------------------------------------------
We have Mission Critical Transaction(XA Transactions) Application is running(WebLogic 8.1) and the transaction has been forwarded to IBM MQ-Queue Manager and Messages regarding the transactions are forwarded to Message Driven Bean in other end
--------------------------------------------------------------------------
Due to constraints such as 2 Physical Boxes(One where AppServer other where Queue Manager and Queues)limitation we have to use BMT as per WebLogic
Limitation

But other receiving end is MDB listening to MQ only will accept CMT

so if any body have any idea , already you have faced this problem have any solutions
please give your suggestions and solutions

Thanks in Advance
with regards
bala
19 years ago
High I am badly need to use JDBC to find out List of tablespace in each table using JDBC in a particular database
also basically need to support DB2,MSSQL,Oracle
Advance Thanks
with regards
bala
High I want to know how to get the tablespace in database
I need to get the List of table and their tablespaces
in a database (Oracle,DB2,MSSQL)
if anybody know how to get using Java-JDBC please help me
Advance thanks
with regards
bala
Hi Folks
There are 2 types of Mindsets in People
1)If have Degree in Computer Science I know everything ,they are ready upgrade Latest developments - They are also not Upto the Market Requirments
2)People with or with out Computer BackGround do lot of Certifications
They thing everything know with Certifications which is not true
So my opinion experience and Certifications are both are must
Our IT field we need to Update everyday so Certifications get help to achieve this otherwise we won't study
I have seen people with certifications no knowledge
also have degree in Computer science not aware of latest developments.
so choice is yours???
Particularly those in Java - Sun Certifications are must
with regards
bala
Thanks on the behalf of All Java Ranchers
with regards
bala
You didnot mention where do you live and where you want professional
please specify
with regards
bala
19 years ago
Hi Thootam
I am in GTA, my H/P 416-8930447
can you call me
with regards
bala
Hi Fu
It is avaialable in indigo go to www.indigo.ca
next I am also in toronto, can we share the study exam preparation
with regards
bala
Mr.Tory Chen
My question is As per your statement
Let's say
the passing score is 70%
tester A takes the exam on 04/29 and get the score of 70%- his total mark is 70+10(Earliest exam mark)=80
tester B takes the exam on 05/23 and get the score of 70%
is 70+0(since took the test last day)=70
so Sun put 75 marks as passing score
Then tester A gets assed
Then tester B gets Failed
this is my perception, this case looks like that, since I took Beta exams always last day, eventhough I did well got failed, also I am not sure
whether I have finished Sun Survey
with regards
bala