Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: ActiveMQ With Public synonyms

  1. #1
    Junior Member
    Join Date
    Jun 2017
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default ActiveMQ With Public synonyms

    Currently in my application activeMQ is generating 3 table at run time , but whole application is using table through public synonym which is generated at run time. So when even i created 3 tables manually despite of generating ActiveMQ at run time .
    Then all ActiveMQ is not able to access table from public synonym.

    Thanks in Advance !

  2. #2
    Member
    Join Date
    May 2017
    Location
    Eastern Florida
    Posts
    68
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: ActiveMQ With Public synonyms

    Is this a java programming question?
    Is ActiveMQ a third party product? Does it have a website where questions can be asked?

  3. #3
    Junior Member
    Join Date
    Jun 2017
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ActiveMQ With Public synonyms

    no its a part of java , if any idea pls help about public synonym is accessible from activemq or not

  4. #4
    Member
    Join Date
    May 2017
    Location
    Eastern Florida
    Posts
    68
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: ActiveMQ With Public synonyms

    Sorry, I don't recognize how it is part of java SE. It sounds like a third party product.

    Does ActiveMQ have a website?

  5. #5
    Junior Member
    Join Date
    Jun 2017
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: ActiveMQ With Public synonyms

    1st of all do have any idea about activeMQ and public synonyms.

  6. #6
    Member
    Join Date
    May 2017
    Location
    Eastern Florida
    Posts
    68
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default Re: ActiveMQ With Public synonyms

    I've never heard of them. That was why I suggested you try a forum for those products instead of a java forum.

Similar Threads

  1. public file name
    By vidhika rajani in forum Java Theory & Questions
    Replies: 1
    Last Post: October 28th, 2013, 09:18 PM
  2. Need understanding for public and private.
    By pratik5317 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 25th, 2013, 06:28 AM
  3. passing java objects to ActiveMQ(JMS)
    By manju in forum Member Introductions
    Replies: 1
    Last Post: April 19th, 2012, 05:55 AM
  4. Private or public variables??
    By igniteflow in forum Java Theory & Questions
    Replies: 2
    Last Post: September 17th, 2009, 08:07 AM