Skip to content

Instantly share code, notes, and snippets.

@splatch
Created January 30, 2013 15:21
Show Gist options
  • Select an option

  • Save splatch/4673955 to your computer and use it in GitHub Desktop.

Select an option

Save splatch/4673955 to your computer and use it in GitHub Desktop.
@ApplicationScoped
public class JmsFactory {
@Produces @Named("jms")
public JmsComponent first() { return new JmsComponent(); }
@Produces @Named("jmsx")
public JmsComponent second() { return new JmsComponent(); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment